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 | Method and Description |
---|---|
PolymorphicReferenceResolver |
XMLIntrospector.getPolymorphicReferenceResolver()
Gets the resolver for polymorphic references.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLIntrospector.setPolymorphicReferenceResolver(PolymorphicReferenceResolver polymorphicReferenceResolver)
Sets the resolver for polymorphic references.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultXMLBeanInfoRegistry
The default caching implementation.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.