boolean |
TypeMapper.isElement(XmlInputStream in,
TypeInfo info) |
boolean |
TypeMapper.readBoolean(XmlInputStream in,
TypeInfo info,
Class<?> type) |
BigDecimal |
TypeMapper.readDecimal(XmlInputStream in,
TypeInfo info,
Class<?> type) |
double |
TypeMapper.readDouble(XmlInputStream in,
TypeInfo info,
Class<?> type) |
float |
TypeMapper.readFloat(XmlInputStream in,
TypeInfo info,
Class<?> type) |
int |
TypeMapper.readInt(XmlInputStream in,
TypeInfo info,
Class<?> type) |
long |
TypeMapper.readLong(XmlInputStream in,
TypeInfo info,
Class<?> type) |
Object |
TypeMapper.readObject(XmlInputStream in,
TypeInfo info,
Class<?> type) |
Object |
TypeMapper.readPartialArray(XmlInputStream in,
TypeInfo result__typeInfo,
Class<?> type) |
String |
TypeMapper.readString(XmlInputStream in,
TypeInfo info,
Class<?> type) |
boolean |
TypeMapper.verifyElement(XmlInputStream in,
TypeInfo info) |
void |
TypeMapper.writeBoolean(XmlOutputStream out,
TypeInfo info,
boolean value,
boolean isSet) |
void |
TypeMapper.writeDouble(XmlOutputStream out,
TypeInfo info,
double value,
boolean isSet) |
void |
TypeMapper.writeFloat(XmlOutputStream out,
TypeInfo info,
float value,
boolean isSet) |
void |
TypeMapper.writeInt(XmlOutputStream out,
TypeInfo info,
int value,
boolean isSet) |
void |
TypeMapper.writeLong(XmlOutputStream out,
TypeInfo info,
long value,
boolean isSet) |
void |
TypeMapper.writeObject(XmlOutputStream out,
TypeInfo info,
Object value,
boolean isSet) |
void |
TypeMapper.writeString(XmlOutputStream out,
TypeInfo info,
String value,
boolean isSet) |