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) classThePrimitiveArrayTransformis 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) classTheAtomicIntegerTransformobject 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) classTheAtomicLongTransformobject 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) classTheBigDecimalTransformis 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) classTheBigIntegerTransformis 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) classTheBooleanTransformis 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) classTheByteTransformobject 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) classTheCharacterArrayTransformis 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) classTheCharacterTransformobject transforms character values to and from string representations, which will be inserted in the generated XML document as the value place holder.(package private) classTheClassTransformobject 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) classTheCurrencyTransformis 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) classDateTransform<T extends Date>TheDateTransformobject 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) classTheDoubleTransformis 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) classTheEnumTransformrepresents a transform that is used to transform enumerations to strings and back again.(package private) classTheFileTransformobject 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) classTheFloatTransformobject 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) classTheDateTransformis 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) classTheIntegerTransformis 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) classTheLocaleTransformis 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) classTheLongTransformobject 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) classTheShortTransformobject 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) classTheStringArrayTransformis 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) classTheStringTransformis 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) classTheTimeZoneTransformis 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) classTheURLTransformobject 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 TransformArrayTransform.delegateThis is the transform that performs the individual transform.Fields in org.simpleframework.xml.transform with type parameters of type TransformModifier and TypeFieldDescriptionTransformer.cacheThis is used to cache all transforms matched to a given type.RegistryMatcher.transformsThis is used to fetch transform instances by type.Methods in org.simpleframework.xml.transform that return TransformModifier and TypeMethodDescriptionprivate TransformThis is used to create aTransformusing the type specified.private TransformThis is used to create aTransformusing the type specified.private TransformThis method is used to acquire aTransformfor the the specified type.This is used to match aTransformbased on the array component type of an object to be transformed.This is used to match aTransformfor the given type.This method is used to return a null value for the transform.This is used to match aTransformusing 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 aTransformusing the type specified.private TransformThis method is used to acquire aTransformfor the the specified type.private TransformArrayMatcher.matchArray(Class entry) This is used to match aTransformbased on the array component type of an object to be transformed.private TransformThis is used to resolveTransformimplementations that areEnumimplementations.private TransformThis is used to resolveTransformimplementations that relate to thejava.iopackage.private TransformPackageMatcher.matchLanguage(Class type) This is used to resolveTransformimplementations that relate to thejava.langpackage.private TransformThis is used to resolveTransformimplementations that relate to thejava.mathpackage.private TransformThis is used to resolveTransformimplementations that relate to thejava.sqlpackage.private TransformThis is used to match aTransformfor the given type.private TransformThis is used to resolveTransformimplementations that relate to thejava.netpackage.private TransformPackageMatcher.matchUtility(Class type) This is used to resolveTransformimplementations that relate to thejava.utilpackage.Methods in org.simpleframework.xml.transform with parameters of type TransformModifier and TypeMethodDescriptionvoidThis is used to bind aTransforminstance to the specified type.Constructors in org.simpleframework.xml.transform with parameters of type TransformModifierConstructorDescriptionArrayTransform(Transform delegate, Class entry) Constructor for thePrimitiveArrayTransformobject.