Uses of Class
org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory
Packages that use FieldMemberAndAccessorFactory
-
Uses of FieldMemberAndAccessorFactory in org.exolab.castor.builder.factory
Subclasses of FieldMemberAndAccessorFactory in org.exolab.castor.builder.factoryModifier and TypeClassDescriptionclass
The Factory for Java2 Collections.class
A Factory that avoids the creation of the index methods.class
This factory takes a CollectionInfo and generates the suitable JFields and the accessor methods into the JClass.class
A JField factory for CollectionODMG30Member.class
This class translates a fieldInfo describing an identity into the suitable getterinvalid input: '<'7setter methods. -
Uses of FieldMemberAndAccessorFactory in org.exolab.castor.builder.info
Methods in org.exolab.castor.builder.info that return FieldMemberAndAccessorFactoryModifier and TypeMethodDescriptionFieldInfo.getMemberAndAccessorFactory()
Returns the FieldMemberAndAccessorFactory instance to use to create a JField out of this FieldInfo.Constructors in org.exolab.castor.builder.info with parameters of type FieldMemberAndAccessorFactoryModifierConstructorDescriptionCollectionInfo
(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.