Uses of Interface
org.simpleframework.xml.strategy.Value

Packages that use Value
org.simpleframework.xml.convert   
org.simpleframework.xml.strategy   
 

Uses of Value in org.simpleframework.xml.convert
 

Methods in org.simpleframework.xml.convert that return Value
 Value RegistryStrategy.read(Type type, NodeMap<InputNode> node, Map map)
          This is used to read the Value which will be used to represent the deserialized object.
 Value AnnotationStrategy.read(Type type, NodeMap<InputNode> node, Map map)
          This is used to read the Value which will be used to represent the deserialized object.
 

Uses of Value in org.simpleframework.xml.strategy
 

Methods in org.simpleframework.xml.strategy that return Value
 Value VisitorStrategy.read(Type type, NodeMap<InputNode> node, Map map)
          This method will read with an internal strategy after it has been intercepted by the visitor.
 Value Strategy.read(Type type, NodeMap<InputNode> node, Map map)
          This is used to resolve and load a class for the given element.
 Value TreeStrategy.read(Type type, NodeMap node, Map map)
          This is used to resolve and load a class for the given element.
 Value CycleStrategy.read(Type type, NodeMap node, Map map)
          This method is used to read an object from the specified node.
 



Copyright © 2013. All Rights Reserved.