public class FieldDetailJsonSerializer extends ContextualJsonSerializer<FieldDetail>
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.BeanProperty |
beanProperty |
| Constructor and Description |
|---|
FieldDetailJsonSerializer() |
FieldDetailJsonSerializer(com.fasterxml.jackson.databind.BeanProperty beanProperty,
FieldDetail anno) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Object value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
annotation, create, createContextualpublic FieldDetailJsonSerializer()
public FieldDetailJsonSerializer(com.fasterxml.jackson.databind.BeanProperty beanProperty,
FieldDetail anno)
public void serialize(Object value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<Object>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2014–2018. All rights reserved.