| Package | Description |
|---|---|
| org.apache.cxf.aegis | |
| org.apache.cxf.aegis.databinding | |
| org.apache.cxf.aegis.type | |
| org.apache.cxf.aegis.type.java5 |
| Modifier and Type | Method and Description |
|---|---|
TypeCreationOptions |
AegisContext.getTypeCreationOptions()
Return the type mapping configuration associated with this context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AegisContext.setTypeCreationOptions(TypeCreationOptions newConfiguration)
Set the configuration object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AegisDatabinding.setConfiguration(TypeCreationOptions configuration) |
| Modifier and Type | Method and Description |
|---|---|
TypeCreationOptions |
AbstractTypeCreator.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTypeCreator.setConfiguration(TypeCreationOptions tpConfiguration) |
| Constructor and Description |
|---|
DefaultTypeCreator(TypeCreationOptions configuration) |
| Constructor and Description |
|---|
AnnotatedTypeInfo(TypeMapping tm,
Class<?> typeClass,
String ns,
AnnotationReader annotationReader,
TypeCreationOptions typeCreationOptions) |
AnnotatedTypeInfo(TypeMapping tm,
Class<?> typeClass,
String ns,
TypeCreationOptions typeCreationOptions) |
Apache CXF