Package | Description |
---|---|
org.apache.commons.betwixt |
This package contains the main betwixt introspection code.
|
org.apache.commons.betwixt.registry |
This package contains various plugins that can be used with
XMLIntrospector
to customize it's caching behaviour (or programmatically modify the XmlBeanInfo finding). |
Modifier and Type | Field and Description |
---|---|
private XMLBeanInfoRegistry |
XMLIntrospector.registry
Maps classes to
XMLBeanInfo 's |
Modifier and Type | Method and Description |
---|---|
XMLBeanInfoRegistry |
XMLIntrospector.getRegistry()
Gets the current registry implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLIntrospector.setRegistry(XMLBeanInfoRegistry registry)
Sets the
XMLBeanInfoRegistry implementation. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultXMLBeanInfoRegistry
The default caching implementation.
|
class |
NoCacheRegistry
This plug-in registry does not cache at all.
|