Package | Description |
---|---|
org.exolab.castor.mapping.loader |
Implementations for mapping interfaces and the default mapping loader.
|
org.exolab.castor.xml |
The XML Marshaller API
|
Modifier and Type | Field and Description |
---|---|
TypeInfo |
AbstractMappingLoader.TypeInfoReference.typeInfo |
Modifier and Type | Method and Description |
---|---|
protected TypeInfo |
AbstractMappingLoader.getTypeInfo(Class fieldType,
CollectionHandler colHandler,
FieldMapping fieldMap) |
Constructor and Description |
---|
FieldDescriptorImpl(String fieldName,
TypeInfo typeInfo,
FieldHandler handler,
boolean isTransitive)
Constructs a new field descriptor.
|
FieldHandlerImpl(FieldHandler<T> handler,
TypeInfo typeInfo)
Construct a new field handler for the specified field.
|
FieldHandlerImpl(Field field,
TypeInfo typeInfo)
Construct a new field handler for the specified field.
|
FieldHandlerImpl(String fieldName,
Method[] getSequence,
Method[] setSequence,
Method getMethod,
Method setMethod,
TypeInfo typeInfo)
Construct a new field handler for the specified field that is accessed
through the accessor methods (get/set).
|
Modifier and Type | Method and Description |
---|---|
protected TypeInfo |
XMLMappingLoader.getTypeInfo(Class fieldType,
CollectionHandler colHandler,
FieldMapping fieldMap) |
Copyright © 2016. All rights reserved.