|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.xstream.io.naming.StaticNameCoder
public class StaticNameCoder
A NameCoder that encodes and decodes names based on a map.
The provided map should contain a mapping between the name of the Java type or field to the proper element in the target format. If a name cannot be found in the map, it is assumed not to be mapped at all. Note that the values of the map should be unique also, otherwise the decoding will produce wrong results.
Constructor Summary | |
---|---|
StaticNameCoder(Map java2Node,
Map java2Attribute)
Construct a StaticNameCoder. |
Method Summary | |
---|---|
String |
decodeAttribute(String attributeName)
Decode an attribute name to an object name. |
String |
decodeNode(String nodeName)
Decode a node name to an object name. |
String |
encodeAttribute(String name)
Encode a meta-data name for an attribute in the target format. |
String |
encodeNode(String name)
Encode an object name for a node in the target format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StaticNameCoder(Map java2Node, Map java2Attribute)
java2Node
- mapping of Java names to nodesjava2Attribute
- mapping of Java names to attributesMethod Detail |
---|
public String decodeAttribute(String attributeName)
decodeAttribute
in interface NameCoder
attributeName
- the name of the attribute
public String decodeNode(String nodeName)
decodeNode
in interface NameCoder
nodeName
- the name of the node
public String encodeAttribute(String name)
encodeAttribute
in interface NameCoder
name
- the name of the meta-data
public String encodeNode(String name)
encodeNode
in interface NameCoder
name
- the name of the object data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |