Package | Description |
---|---|
org.apache.commons.betwixt.io.read |
Package contains strategy and configuration classes used by reading only.
|
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 |
---|---|
abstract Object |
BeanCreationChain.create(ElementMapping elementMapping,
ReadContext context)
Create a bean for the given mapping in the given context.
|
Object |
BeanCreationList.create(ElementMapping elementMapping,
ReadContext readContext)
Creates an Object based on the given element mapping and read context.
|
Object |
ChainedBeanCreator.create(ElementMapping elementMapping,
ReadContext context,
BeanCreationChain chain)
Creates a bean either directly or by delegating the responsibility to the other
members of the chain.
|
Class |
ReadContext.resolvePolymorphicType(ElementMapping mapping)
Resolves any polymorphism in the element mapping.
|
Modifier and Type | Method and Description |
---|---|
Class |
PolymorphicReferenceResolver.resolveType(ElementMapping mapping,
ReadContext context)
Resolves the bind-time type of a polymorphic element.
|
Class |
DefaultXMLBeanInfoRegistry.resolveType(ElementMapping mapping,
ReadContext context)
Checks all registered
XMLBeanInfo 's for the
first suitable match. |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.