| Package | Description |
|---|---|
| org.exolab.castor.builder.factory | |
| org.exolab.castor.builder.info |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionJ2MemberAndAccessorFactory
The Factory for Java2 Collections.
|
class |
CollectionJ2NoIndexMemberAndAccessorFactory
A Factory that avoids the creation of the index methods.
|
class |
CollectionMemberAndAccessorFactory
This factory takes a CollectionInfo and generates the suitable JFields and the accessor methods
into the JClass.
|
class |
CollectionODMG30MemberAndAccessorFactory
A JField factory for CollectionODMG30Member.
|
class |
IdentityMemberAndAccessorFactory
This class translates a fieldInfo describing an identity into the suitable getter<7setter
methods.
|
| Modifier and Type | Method and Description |
|---|---|
FieldMemberAndAccessorFactory |
FieldInfo.getMemberAndAccessorFactory()
Returns the FieldMemberAndAccessorFactory instance to use to create a JField out of this
FieldInfo.
|
| Constructor and Description |
|---|
CollectionInfo(XSType contentType,
String name,
String elementName,
boolean useJava50,
FieldMemberAndAccessorFactory memberAndAccessorFactory,
FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
Creates a new CollectionInfo.
|
CollectionInfoJ2(XSType contentType,
String name,
String elementName,
String collectionType,
boolean useJava50,
FieldMemberAndAccessorFactory memberAndAccessorFactory,
FieldMemberAndAccessorFactory contentMemberAndAccessorFactory) |
CollectionInfoJ2Collection(XSType contentType,
String name,
String elementName,
boolean useJava50,
FieldMemberAndAccessorFactory memberAndAccessorFactory,
FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
Creates an instance of this class that represents information about a Java collection type of
type 'java.util.Collection'.
|
CollectionInfoJ2Set(XSType contentType,
String name,
String elementName,
boolean useJava50,
FieldMemberAndAccessorFactory memberAndAccessorFactory,
FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
Creates an instance of this class that represents information about a Java collection type of
type 'java.util.Set'.
|
CollectionInfoJ2SortedSet(XSType contentType,
String name,
String elementName,
boolean useJava50,
FieldMemberAndAccessorFactory memberAndAccessorFactory,
FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
Creates an instance of this class that represents information about a Java collection type of
type 'java.util.SortedSet'.
|
CollectionInfoODMG30(XSType contentType,
String name,
String elementName,
boolean useJava50,
FieldMemberAndAccessorFactory memberAndAccessorFactory,
FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
Creates a new CollectionInfoODMG30.
|
FieldInfo(XSType type,
String name,
FieldMemberAndAccessorFactory memberAndAccessorFactory)
Creates a new FieldInfo with the given XML Schema type and the given member name.
|
IdentityInfo(String name,
FieldMemberAndAccessorFactory memberAndAccessorFactory)
Creates a new IdentityInfo.
|
Copyright © 2016. All rights reserved.