Package | Description |
---|---|
org.apache.commons.betwixt.digester |
This package contains the Digester and associated rules and helper classes
for parsing the XMLBeanInfo metadata from an XML file format.
|
org.apache.commons.betwixt.io |
Package contains classes dealing directly with the reading and writing of beans.
|
org.apache.commons.betwixt.io.read |
Package contains strategy and configuration classes used by reading only.
|
org.apache.commons.betwixt.schema |
WARNING: EXPERIMENTAL
Contains classes that generate XML (w3c) schema
from
Betwixt descriptors. |
Modifier and Type | Method and Description |
---|---|
XMLIntrospector |
XMLBeanInfoDigester.getXMLIntrospector()
Gets the XMLIntrospector that's using this digester.
|
protected XMLIntrospector |
RuleSupport.getXMLIntrospector()
Gets
XMLIntrospector to be used for introspection |
Modifier and Type | Method and Description |
---|---|
static NodeDescriptor |
XMLIntrospectorHelper.createDescriptor(PropertyDescriptor propertyDescriptor,
boolean useAttributesForPrimitives,
XMLIntrospector introspector)
Deprecated.
0.5 this method has been replaced by
createDescriptor(java.beans.PropertyDescriptor, boolean) |
static void |
XMLIntrospectorHelper.defaultAddMethods(XMLIntrospector introspector,
ElementDescriptor rootDescriptor,
Class beanClass)
Deprecated.
0.6 use the method in XMLIntrospector instead
|
protected static ElementDescriptor |
XMLIntrospectorHelper.findGetCollectionDescriptor(XMLIntrospector introspector,
ElementDescriptor rootDescriptor,
String propertyName)
Deprecated.
0.6 moved into XMLIntrospector
|
void |
XMLBeanInfoDigester.setXMLIntrospector(XMLIntrospector introspector)
Sets the introspector that is using me
|
Modifier and Type | Method and Description |
---|---|
XMLIntrospector |
AbstractBeanWriter.getXMLIntrospector()
Gets the introspector used.
|
XMLIntrospector |
BeanReader.getXMLIntrospector()
Get the introspector used.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractBeanWriter.setXMLIntrospector(XMLIntrospector introspector)
Sets the introspector to be used.
|
void |
BeanReader.setXMLIntrospector(XMLIntrospector introspector)
Set the introspector to be used.
|
Constructor and Description |
---|
BeanRuleSet(XMLIntrospector introspector,
String basePath,
ElementDescriptor baseElementDescriptor,
Class baseBeanClass,
boolean matchIDs)
Deprecated.
0.5 use constructor which takes a ReadContext instead
|
BeanRuleSet(XMLIntrospector introspector,
String basePath,
ElementDescriptor baseElementDescriptor,
Class baseBeanClass,
Context context)
Deprecated.
0.5 use the constructor which takes a ReadContext instead
|
BeanRuleSet(XMLIntrospector introspector,
String basePath,
ElementDescriptor baseElementDescriptor,
Class baseBeanClass,
ReadContext baseContext)
Base constructor.
|
BeanRuleSet(XMLIntrospector introspector,
String basePath,
ElementDescriptor baseElementDescriptor,
Context context)
Deprecated.
0.6 use the constructor which takes a ReadContext instead
|
Modifier and Type | Method and Description |
---|---|
XMLIntrospector |
ReadContext.getXMLIntrospector()
Gets the
XMLIntrospector to be used to create
the mappings for the xml. |
Modifier and Type | Method and Description |
---|---|
void |
ReadContext.setXMLIntrospector(XMLIntrospector xmlIntrospector)
Sets the
XMLIntrospector to be used to create
the mappings for the xml. |
Modifier and Type | Method and Description |
---|---|
XMLIntrospector |
SchemaTranscriber.getXMLIntrospector()
Gets the XMLIntrospector used to create XMLInfoBean's.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaTranscriber.setXMLIntrospector(XMLIntrospector introspector)
Sets the XMLIntrospector used to create XMLInfoBeans.
|
Constructor and Description |
---|
Schema(XMLIntrospector introspector) |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.