public class ValueTypeSerializer extends GenericObjectSerializer
GenericObjectSerializer.GetterMethod, GenericObjectSerializer.MemberInfo, GenericObjectSerializer.SetterMethod, GenericObjectSerializer.SOAPGenericObjectInstanceBuilder| Modifier and Type | Field and Description |
|---|---|
protected String |
memberNamespace |
javaToXmlType, members, registry, targetClass, xmlToJavaTypeencodeType, encodingStyle, isNullable, typeDONT_ENCODE_TYPE, DONT_SERIALIZE_AS_REF, ENCODE_TYPE, NOT_NULLABLE, NOT_REFERENCEABLE, NULLABLE, REFERENCEABLE, REFERENCED_INSTANCE, SERIALIZE_AS_REF, UNREFERENCED_INSTANCE| Constructor and Description |
|---|
ValueTypeSerializer(QName type,
boolean encodeType,
boolean isNullable,
String encodingStyle) |
ValueTypeSerializer(QName type,
boolean encodeType,
boolean isNullable,
String encodingStyle,
Class targetClass) |
ValueTypeSerializer(QName type,
boolean encodeType,
boolean isNullable,
String encodingStyle,
Class targetClass,
String memberNamespace) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doSetTargetClass(Class targetClass) |
protected void |
introspectTargetClass(Class targetClass) |
protected void |
reflectTargetClass(Class targetClass) |
addMember, addTypeRelation, clearMembers, doDeserialize, doSerializeInstance, getMemberOrder, initialize, setTargetClassdeserialize, doSerializeAttributes, registerWithMemberState, serialize, serializeNulldecodeBoolean, deserialize, getEncodeType, getEncodingStyle, getID, getInnermostSerializer, getMechanismType, getName, getNullStatus, getType, getXmlType, isAcceptableType, isNullable, skipEmptyContent, typeIsEmpty, verifyName, verifyTypeprotected String memberNamespace
public ValueTypeSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle)
public ValueTypeSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, Class targetClass)
protected void doSetTargetClass(Class targetClass)
doSetTargetClass in class GenericObjectSerializerprotected void introspectTargetClass(Class targetClass) throws Exception
ExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.