Uses of Class
org.simpleframework.xml.core.Factory
Packages that use Factory
-
Uses of Factory in org.simpleframework.xml.core
Subclasses of Factory in org.simpleframework.xml.coreModifier and TypeClassDescription(package private) class
TheArrayFactory
is used to create object array types that are compatible with the field type.(package private) class
TheCollectionFactory
is used to create collection instances that are compatible with the field type.(package private) class
TheMapFactory
is used to create map instances that are compatible with the field type.(package private) class
TheObjectFactory
is the most basic factory.(package private) class
ThePrimitiveFactory
object is used to create objects that are primitive types.