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