public static class AdapterBeanAnnotationIntrospector.AdaptedJsonSerializer<T>
extends com.fasterxml.jackson.databind.JsonSerializer<T>
| Constructor and Description |
|---|
AdaptedJsonSerializer(XmlAdapter<String,T> xmlAdapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(T value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public AdaptedJsonSerializer(XmlAdapter<String,T> xmlAdapter)
public void serialize(T value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<T>IOExceptionCopyright © 2015. All rights reserved.