public class SmileEndpointConfig extends EndpointConfigBase<SmileEndpointConfig>
_activeView, _deserDisable, _deserEnable, _reader, _rootName, _serDisable, _serEnable, _writer
Modifier | Constructor and Description |
---|---|
protected |
SmileEndpointConfig() |
Modifier and Type | Method and Description |
---|---|
protected void |
addAnnotation(Class<? extends Annotation> type,
Annotation annotation,
boolean forWriting) |
static SmileEndpointConfig |
forReading(com.fasterxml.jackson.databind.ObjectReader reader,
Annotation[] annotations) |
static SmileEndpointConfig |
forWriting(com.fasterxml.jackson.databind.ObjectWriter writer,
Annotation[] annotations) |
Object |
modifyBeforeWrite(Object value) |
add, getActiveView, getReader, getRootName, getWriter, initReader, initWriter, nullIfEmpty
public static SmileEndpointConfig forReading(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations)
public static SmileEndpointConfig forWriting(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations)
protected void addAnnotation(Class<? extends Annotation> type, Annotation annotation, boolean forWriting)
addAnnotation
in class EndpointConfigBase<SmileEndpointConfig>
public Object modifyBeforeWrite(Object value)
modifyBeforeWrite
in class EndpointConfigBase<SmileEndpointConfig>
Copyright © 2012–2013 FasterXML. All rights reserved.