Package org.simpleframework.xml.transform


package org.simpleframework.xml.transform
  • Class
    Description
    The InvalidFormatException is thrown when there is a format exception.
    The Matcher is used to match a type with a transform such that a string value can be read or written as that type.
    The RegistryMatcher provides a simple matcher backed by a registry.
    A Transform represents a an object used to transform an object to and from a string value.
    The Transformer object is used to convert strings to and from object instances.
    The TransformException is thrown if a problem occurs during the transformation of an object.