Uses of Interface
org.castor.xml.JavaNaming
Packages that use JavaNaming
Package
Description
Castor XML code generator
Command line tools
-
Uses of JavaNaming in org.castor.xml
Classes in org.castor.xml that implement JavaNamingModifier and TypeClassDescriptionclass
This class converts XML Names to proper Java names.class
This class converts XML Names to proper Java names.Methods in org.castor.xml that return JavaNamingModifier and TypeMethodDescriptionAbstractInternalContext.getJavaNaming()
InternalContext.getJavaNaming()
TheJavaNaming
instance to be used.Methods in org.castor.xml with parameters of type JavaNamingModifier and TypeMethodDescriptionvoid
AbstractInternalContext.setJavaNaming
(JavaNaming javaNaming) void
InternalContext.setJavaNaming
(JavaNaming javaNaming) To set theJavaNaming
?property. -
Uses of JavaNaming in org.exolab.castor.builder
Methods in org.exolab.castor.builder that return JavaNamingModifier and TypeMethodDescriptionBuilderConfiguration.getJavaNaming()
To get theJavaNaming
implementation to be used.Methods in org.exolab.castor.builder with parameters of type JavaNamingModifier and TypeMethodDescriptionvoid
BuilderConfiguration.setJavaNaming
(JavaNaming javaNaming) To set theJavaNaming
implementation to be used.Constructors in org.exolab.castor.builder with parameters of type JavaNamingModifierConstructorDescriptionGroupNaming
(JavaNaming javaNaming) Creates a new GroupNaming.JClassRegistry
(ClassNameConflictResolver resolver, JavaNaming javaNaming) Creates an instance of this class, providing the class anme conflict resolver to be used during automatic class name conflict resolution (for local element conflicts). -
Uses of JavaNaming in org.exolab.castor.builder.factory
Methods in org.exolab.castor.builder.factory that return JavaNamingModifier and TypeMethodDescriptionfinal JavaNaming
BaseFactory.getJavaNaming()
To get theJavaNaming
to be used.FieldMemberAndAccessorFactory.getJavaNaming()
Returns the javaNaming.Methods in org.exolab.castor.builder.factory with parameters of type JavaNamingModifier and TypeMethodDescriptionFieldInfoFactory.createCollection
(XSType contentType, String name, String elementName, String collectionName, JavaNaming javaNaming, boolean useJava50) Creates aCollectionInfo
instance based upon the various parameters provided.FieldInfoFactory.createCollection
(XSType contentType, String name, String elementName, JavaNaming javaNaming, boolean usejava50) Creates aCollectionInfo
instance based upon the various parameters provided.Constructors in org.exolab.castor.builder.factory with parameters of type JavaNamingModifierConstructorDescriptionCreates a new CollectionJ2MemberAndAccessorFactory.Creates a new CollectionJ2NoIndexMemberAndAccessorFactory.Creates a factory that offers public methods to create the field initialization code as well as the accessor methods.Creates a new CollectionODMG30MemberAndAccessorFactory.FieldMemberAndAccessorFactory
(JavaNaming javaNaming) Creates a factory that offers public methods to create the field initialization code as well as the getter/setter methods.FieldMemberAndAccessorFactory
(JavaNaming javaNaming, boolean useOldFieldNaming) Creates an instance of this class.Creates the IdentityMemberAndAccessorFactory. -
Uses of JavaNaming in org.exolab.castor.tools
Constructors in org.exolab.castor.tools with parameters of type JavaNamingModifierConstructorDescriptionMappingToolMappingLoader
(JavaNaming javaNaming) A MappingToolMappingLoader needs a javaNaming to be set.