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
 

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
 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.
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.