Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IntrospectionConfiguration |
XMLIntrospector.getConfiguration()
Gets the configuration to be used for introspection.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
XMLIntrospector(IntrospectionConfiguration configuration)
Construct allows a custom configuration to be set on construction.
|
Modifier and Type | Method and Description |
---|---|
IntrospectionConfiguration |
SchemaTranscriber.createSchemaIntrospectionConfiguration()
Gets an
IntrospectionConfiguration that is suitable
for introspecting Schema . |
Modifier and Type | Method and Description |
---|---|
abstract SimpleTypeMapper.Binding |
SimpleTypeMapper.bind(String propertyName,
Class propertyType,
IntrospectionConfiguration configuration)
Specifies the binding of a simple type.
|
SimpleTypeMapper.Binding |
StandardSimpleTypeMapper.bind(String propertyName,
Class propertyType,
IntrospectionConfiguration configuration)
Implementation binds as per configuration
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.