com.fasterxml.jackson.xml.util
Class XmlInfo
java.lang.Object
com.fasterxml.jackson.xml.util.XmlInfo
public class XmlInfo
- extends Object
Helper container class used to contain XML specific information
we need to retain to construct proper bean serializer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_namespace
protected final String _namespace
_isAttribute
protected final boolean _isAttribute
XmlInfo
public XmlInfo(Boolean isAttribute,
String ns)
getNamespace
public String getNamespace()
isAttribute
public boolean isAttribute()
Copyright © 2011 fasterxml.com. All Rights Reserved.