Uses of Interface
org.simpleframework.xml.transform.Transform
Packages that use Transform
-
Uses of Transform in org.simpleframework.xml.core
Methods in org.simpleframework.xml.core that return Transform -
Uses of Transform in org.simpleframework.xml.transform
Classes in org.simpleframework.xml.transform that implement TransformModifier and TypeClassDescription(package private) class
ThePrimitiveArrayTransform
is used to transform arrays to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheAtomicIntegerTransform
object is used to transform values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheAtomicLongTransform
object is used to transform values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheBigDecimalTransform
is used to transform decimal values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheBigIntegerTransform
is used to transform integer values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheBooleanTransform
is used to transform boolean values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheByteTransform
object is used to transform byte values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheCharacterArrayTransform
is used to transform text values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheCharacterTransform
object transforms character values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheClassTransform
object is used to transform class values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheCurrencyTransform
is used to transform currency values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
DateTransform<T extends Date>
TheDateTransform
object is used to transform date values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheDoubleTransform
is used to transform double values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheEnumTransform
represents a transform that is used to transform enumerations to strings and back again.(package private) class
TheFileTransform
object is used to transform file paths to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheFloatTransform
object is used to transform float values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheDateTransform
is used to transform calendar values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheIntegerTransform
is used to transform integer values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheLocaleTransform
is used to transform locale values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheLongTransform
object is used to transform long values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheShortTransform
object is used to transform short values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheStringArrayTransform
is used to transform string arrays to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheStringTransform
is used to transform strings values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheTimeZoneTransform
is used to transform time zone values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) class
TheURLTransform
object is used to transform URL values to and from string representations, which will be inserted in the generated XML document as the value place holder.Fields in org.simpleframework.xml.transform declared as TransformModifier and TypeFieldDescriptionprivate final Transform
ArrayTransform.delegate
This is the transform that performs the individual transform.Fields in org.simpleframework.xml.transform with type parameters of type TransformModifier and TypeFieldDescriptionTransformer.cache
This is used to cache all transforms matched to a given type.RegistryMatcher.transforms
This is used to fetch transform instances by type.Methods in org.simpleframework.xml.transform that return TransformModifier and TypeMethodDescriptionprivate Transform
This is used to create aTransform
using the type specified.private Transform
This is used to create aTransform
using the type specified.private Transform
This method is used to acquire aTransform
for the the specified type.This is used to match aTransform
based on the array component type of an object to be transformed.This is used to match aTransform
for the given type.This method is used to return a null value for the transform.This is used to match aTransform
using the type specified.This method attempts to perform a resolution of the transform based on its package prefix.This method is used to match the specified type to primitive transform implementations.This is used to match aTransform
using the type specified.private Transform
This method is used to acquire aTransform
for the the specified type.private Transform
ArrayMatcher.matchArray
(Class entry) This is used to match aTransform
based on the array component type of an object to be transformed.private Transform
This is used to resolveTransform
implementations that areEnum
implementations.private Transform
This is used to resolveTransform
implementations that relate to thejava.io
package.private Transform
PackageMatcher.matchLanguage
(Class type) This is used to resolveTransform
implementations that relate to thejava.lang
package.private Transform
This is used to resolveTransform
implementations that relate to thejava.math
package.private Transform
This is used to resolveTransform
implementations that relate to thejava.sql
package.private Transform
This is used to match aTransform
for the given type.private Transform
This is used to resolveTransform
implementations that relate to thejava.net
package.private Transform
PackageMatcher.matchUtility
(Class type) This is used to resolveTransform
implementations that relate to thejava.util
package.Methods in org.simpleframework.xml.transform with parameters of type TransformModifier and TypeMethodDescriptionvoid
This is used to bind aTransform
instance to the specified type.Constructors in org.simpleframework.xml.transform with parameters of type TransformModifierConstructorDescriptionArrayTransform
(Transform delegate, Class entry) Constructor for thePrimitiveArrayTransform
object.