public class XMLEndpointConfig extends com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase<XMLEndpointConfig>
| Modifier | Constructor and Description |
|---|---|
protected |
XMLEndpointConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAnnotation(Class<? extends Annotation> type,
Annotation annotation,
boolean forWriting) |
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) |
public static XMLEndpointConfig forReading(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations)
public static XMLEndpointConfig forWriting(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations)
protected void addAnnotation(Class<? extends Annotation> type, Annotation annotation, boolean forWriting)
addAnnotation in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase<XMLEndpointConfig>public Object modifyBeforeWrite(Object value)
modifyBeforeWrite in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase<XMLEndpointConfig>Copyright © 2014 FasterXML. All Rights Reserved.