Uses of Class
com.sforce.ws.bind.TypeInfo
-
Packages that use TypeInfo Package Description com.sforce.ws.bind Provides Java to XML binding. -
-
Uses of TypeInfo in com.sforce.ws.bind
Methods in com.sforce.ws.bind that return TypeInfo Modifier and Type Method Description TypeInfoXmlTypeInfoProvider. getTypeInfo(String elemNamespaceURI, String elemLocalName, TypeMapper mapper)Methods in com.sforce.ws.bind with parameters of type TypeInfo Modifier and Type Method Description booleanTypeMapper. isElement(XmlInputStream in, TypeInfo info)booleanTypeMapper. readBoolean(XmlInputStream in, TypeInfo info, Class<?> type)BigDecimalTypeMapper. readDecimal(XmlInputStream in, TypeInfo info, Class<?> type)doubleTypeMapper. readDouble(XmlInputStream in, TypeInfo info, Class<?> type)floatTypeMapper. readFloat(XmlInputStream in, TypeInfo info, Class<?> type)intTypeMapper. readInt(XmlInputStream in, TypeInfo info, Class<?> type)longTypeMapper. readLong(XmlInputStream in, TypeInfo info, Class<?> type)ObjectTypeMapper. readObject(XmlInputStream in, TypeInfo info, Class<?> type)ObjectTypeMapper. readPartialArray(XmlInputStream in, TypeInfo result__typeInfo, Class<?> type)StringTypeMapper. readString(XmlInputStream in, TypeInfo info, Class<?> type)booleanTypeMapper. verifyElement(XmlInputStream in, TypeInfo info)voidTypeMapper. writeBoolean(XmlOutputStream out, TypeInfo info, boolean value, boolean isSet)voidTypeMapper. writeDouble(XmlOutputStream out, TypeInfo info, double value, boolean isSet)voidTypeMapper. writeFloat(XmlOutputStream out, TypeInfo info, float value, boolean isSet)voidTypeMapper. writeInt(XmlOutputStream out, TypeInfo info, int value, boolean isSet)voidTypeMapper. writeLong(XmlOutputStream out, TypeInfo info, long value, boolean isSet)voidTypeMapper. writeObject(XmlOutputStream out, TypeInfo info, Object value, boolean isSet)voidTypeMapper. writeString(XmlOutputStream out, TypeInfo info, String value, boolean isSet)
-