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) classObjectFactoryTheObjectFactoryis the most basic factory.Fields in org.simpleframework.xml.core declared as PrimitiveFactory Modifier and Type Field Description private PrimitiveFactoryPrimitive. factoryThis is used to convert the string values to primitives.private PrimitiveFactoryPrimitiveKey. factoryThe primitive factory used to resolve the primitive to a string.private PrimitiveFactoryPrimitiveValue. factoryThe primitive factory used to resolve the primitive to a string.
-