Uses of Class
com.sforce.ws.bind.TypeInfo
Packages that use TypeInfo
-
Uses of TypeInfo in com.sforce.ws.bind
Methods in com.sforce.ws.bind that return TypeInfoModifier and TypeMethodDescriptionXmlTypeInfoProvider.getTypeInfo(String elemNamespaceURI, String elemLocalName, TypeMapper mapper) Methods in com.sforce.ws.bind with parameters of type TypeInfoModifier and TypeMethodDescriptionbooleanTypeMapper.isElement(XmlInputStream in, TypeInfo info) booleanTypeMapper.readBoolean(XmlInputStream in, TypeInfo info, Class<?> type) TypeMapper.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) TypeMapper.readObject(XmlInputStream in, TypeInfo info, Class<?> type) TypeMapper.readPartialArray(XmlInputStream in, TypeInfo result__typeInfo, Class<?> type) TypeMapper.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)