public class XmlAdapterJsonSerializer extends SerializerBase<java.lang.Object> implements SchemaAware
JsonSerializer.None_handledType| Constructor and Description |
|---|
XmlAdapterJsonSerializer(javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Object,java.lang.Object> xmlAdapter) |
| Modifier and Type | Method and Description |
|---|---|
JsonNode |
getSchema(SerializerProvider provider,
java.lang.reflect.Type typeHint)
Note: since Jackson 1.9, default implementation claims type is "string"
|
void |
serialize(java.lang.Object value,
JsonGenerator jgen,
SerializerProvider provider)
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
createObjectNode, createSchemaNode, createSchemaNode, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrowisUnwrappingSerializer, serializeWithType, unwrappingSerializerpublic XmlAdapterJsonSerializer(javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Object,java.lang.Object> xmlAdapter)
public void serialize(java.lang.Object value,
JsonGenerator jgen,
SerializerProvider provider)
throws java.io.IOException
JsonSerializerserialize in class SerializerBase<java.lang.Object>value - Value to serialize; can not be null.jgen - Generator used to output resulting Json contentprovider - Provider that can be used to get serializers for
serializing Objects value contains, if any.java.io.IOExceptionpublic JsonNode getSchema(SerializerProvider provider, java.lang.reflect.Type typeHint) throws JsonMappingException
SerializerBasegetSchema in interface SchemaAwaregetSchema in class SerializerBase<java.lang.Object>provider - The serializer provider.typeHint - A hint about the type.JsonMappingException