Uses of Class
org.simpleframework.xml.core.Factory

Packages that use Factory
Package
Description
 
  • Uses of Factory in org.simpleframework.xml.core

    Modifier and Type
    Class
    Description
    (package private) class 
    The ArrayFactory is used to create object array types that are compatible with the field type.
    (package private) class 
    The CollectionFactory is used to create collection instances that are compatible with the field type.
    (package private) class 
    The MapFactory is used to create map instances that are compatible with the field type.
    (package private) class 
    The ObjectFactory is the most basic factory.
    (package private) class 
    The PrimitiveFactory object is used to create objects that are primitive types.