public class XmlAdapterJsonSerializer extends SerializerBase<Object> implements SchemaAware
JsonSerializer.None
_handledType
Constructor and Description |
---|
XmlAdapterJsonSerializer(XmlAdapter<Object,Object> xmlAdapter) |
Modifier and Type | Method and Description |
---|---|
JsonNode |
getSchema(SerializerProvider provider,
Type typeHint)
Note: since Jackson 1.9, default implementation claims type is "string"
|
void |
serialize(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, wrapAndThrow
isUnwrappingSerializer, serializeWithType, unwrappingSerializer
public XmlAdapterJsonSerializer(XmlAdapter<Object,Object> xmlAdapter)
public void serialize(Object value, JsonGenerator jgen, SerializerProvider provider) throws IOException
JsonSerializer
serialize
in class SerializerBase<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.IOException
public JsonNode getSchema(SerializerProvider provider, Type typeHint) throws JsonMappingException
SerializerBase
getSchema
in interface SchemaAware
getSchema
in class SerializerBase<Object>
provider
- The serializer provider.typeHint
- A hint about the type.JsonMappingException