Uses of Class
org.simpleframework.xml.core.PrimitiveFactory
-
Packages that use PrimitiveFactory Package Description org.simpleframework.xml.core -
-
Uses of PrimitiveFactory in org.simpleframework.xml.core
Subclasses of PrimitiveFactory in org.simpleframework.xml.core Modifier and Type Class Description (package private) class
ObjectFactory
TheObjectFactory
is the most basic factory.Fields in org.simpleframework.xml.core declared as PrimitiveFactory Modifier and Type Field Description private PrimitiveFactory
Primitive. factory
This is used to convert the string values to primitives.private PrimitiveFactory
PrimitiveKey. factory
The primitive factory used to resolve the primitive to a string.private PrimitiveFactory
PrimitiveValue. factory
The primitive factory used to resolve the primitive to a string.
-