Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.commons.betwixt.registry

This package contains the main betwixt introspection code.

See:
          Description

Interface Summary
PolymorphicReferenceResolver Resolves polymorphic references.
TestRegistryPolymorphicResolution.Element  
XMLBeanInfoRegistry Plug in registry for XMLBeanInfo's.
 

Class Summary
DefaultXMLBeanInfoRegistry The default caching implementation.
NoCacheRegistry This plug-in registry does not cache at all.
TestRegistryPolymorphicResolution  
TestRegistryPolymorphicResolution.Container  
TestRegistryPolymorphicResolution.ElementA  
TestRegistryPolymorphicResolution.ElementB  
TestXMLBeanInfoRegistry Test harness for the XMLBeanInfoRegistry
 

Package org.apache.commons.betwixt.registry Description

This package contains the main betwixt introspection code. XMLIntrospector produces a XMLBeanInfo instance specifying how the introspected class maps to xml elements and attributes. The AttributeDescriptor and ElementDescriptor classes detail how members of a bean map to xml attributes and elements respectively.