Uses of Class
org.exolab.castor.builder.factory.FieldInfoFactory
Packages that use FieldInfoFactory
Package
Description
Castor XML code generator
-
Uses of FieldInfoFactory in org.exolab.castor.builder
Constructors in org.exolab.castor.builder with parameters of type FieldInfoFactoryModifierConstructorDescriptionSourceGenerator
(FieldInfoFactory infoFactory) Creates a SourceGenerator using the specific field info Factory.SourceGenerator
(FieldInfoFactory infoFactory, ExtendedBinding binding) Creates a SourceGenerator using the specific field info Factory and the given Binding element. -
Uses of FieldInfoFactory in org.exolab.castor.builder.factory
Methods in org.exolab.castor.builder.factory that return FieldInfoFactoryModifier and TypeMethodDescriptionprotected final FieldInfoFactory
BaseFactory.getInfoFactory()
Get type factory.Constructors in org.exolab.castor.builder.factory with parameters of type FieldInfoFactoryModifierConstructorDescriptionBaseFactory
(BuilderConfiguration config, FieldInfoFactory infoFactory, GroupNaming groupNaming, SourceGenerator sourceGenerator) Creates an instance of this class.MemberFactory
(BuilderConfiguration config, FieldInfoFactory infoFactory, GroupNaming groupNaming, SourceGenerator sourceGenerator) Creates a new MemberFactory using the given FieldInfo factory.SourceFactory
(BuilderConfiguration config, FieldInfoFactory infoFactory, GroupNaming groupNaming, SourceGenerator sourceGenerator) Creates a new SourceFactory with the given FieldInfoFactory.