Uses of Class
org.apache.commons.betwixt.IntrospectionConfiguration

Packages that use IntrospectionConfiguration
org.apache.commons.betwixt This package contains the main betwixt introspection code. 
org.apache.commons.betwixt.schema WARNING: EXPERIMENTAL Contains classes that generate XML (w3c) schema from Betwixt descriptors. 
org.apache.commons.betwixt.strategy This package contains a variety of plugin Strategy patterns that can be used to customize the default behaviours. 
 

Uses of IntrospectionConfiguration in org.apache.commons.betwixt
 

Fields in org.apache.commons.betwixt declared as IntrospectionConfiguration
private  IntrospectionConfiguration XMLIntrospector.configuration
          Configuration to be used for introspection
 

Methods in org.apache.commons.betwixt that return IntrospectionConfiguration
 IntrospectionConfiguration XMLIntrospector.getConfiguration()
          Gets the configuration to be used for introspection.
 

Methods in org.apache.commons.betwixt with parameters of type IntrospectionConfiguration
private  void BeanProperty.configureDescriptor(NodeDescriptor descriptor, IntrospectionConfiguration configuration)
          Configures descriptor (in the standard way).
private  ElementDescriptor BeanProperty.createDescriptorForCollective(IntrospectionConfiguration configuration, Updater propertyUpdater, Expression propertyExpression)
          Creates an ElementDescriptor for a collective type property
private  ElementDescriptor BeanProperty.createDescriptorForMap(IntrospectionConfiguration configuration, Expression propertyExpression)
          Creates an ElementDescriptor for an Map type property
private  NodeDescriptor BeanProperty.createDescriptorForPrimitive(IntrospectionConfiguration configuration, Expression propertyExpression, Updater propertyUpdater)
          Creates a NodeDescriptor for a primitive type node
private  ElementDescriptor BeanProperty.createDescriptorForStandard(Expression propertyExpression, Updater propertyUpdater, IntrospectionConfiguration configuration)
          Creates an ElementDescriptor for a standard property
 Descriptor BeanProperty.createXMLDescriptor(IntrospectionConfiguration configuration)
          Create a XML descriptor from a bean one.
 void XMLIntrospector.setConfiguration(IntrospectionConfiguration configuration)
          Sets the configuration to be used for introspection.
 

Constructors in org.apache.commons.betwixt with parameters of type IntrospectionConfiguration
XMLIntrospector(IntrospectionConfiguration configuration)
          Construct allows a custom configuration to be set on construction.
 

Uses of IntrospectionConfiguration in org.apache.commons.betwixt.schema
 

Methods in org.apache.commons.betwixt.schema that return IntrospectionConfiguration
 IntrospectionConfiguration SchemaTranscriber.createSchemaIntrospectionConfiguration()
          Gets an IntrospectionConfiguration that is suitable for introspecting Schema.
 

Uses of IntrospectionConfiguration in org.apache.commons.betwixt.strategy
 

Methods in org.apache.commons.betwixt.strategy with parameters of type IntrospectionConfiguration
 SimpleTypeMapper.Binding StandardSimpleTypeMapper.bind(java.lang.String propertyName, java.lang.Class propertyType, IntrospectionConfiguration configuration)
          Implementation binds as per configuration
abstract  SimpleTypeMapper.Binding SimpleTypeMapper.bind(java.lang.String propertyName, java.lang.Class propertyType, IntrospectionConfiguration configuration)
          Specifies the binding of a simple type.