|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EndpointConfig | |
|---|---|
| com.fasterxml.jackson.jaxrs.xml | Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for XML content type (MediaType). |
| com.fasterxml.jackson.jaxrs.xml.annotation | Package that contains utility classes and methods for the JAX-RS XML provider module. |
| Uses of EndpointConfig in com.fasterxml.jackson.jaxrs.xml |
|---|
| Fields in com.fasterxml.jackson.jaxrs.xml with type parameters of type EndpointConfig | |
|---|---|
protected com.fasterxml.jackson.databind.util.LRUMap<AnnotationBundleKey,EndpointConfig> |
JacksonXMLProvider._readers
Cache for resolved endpoint configurations when reading XML |
protected com.fasterxml.jackson.databind.util.LRUMap<AnnotationBundleKey,EndpointConfig> |
JacksonXMLProvider._writers
Cache for resolved endpoint configurations when writing XML |
| Uses of EndpointConfig in com.fasterxml.jackson.jaxrs.xml.annotation |
|---|
| Methods in com.fasterxml.jackson.jaxrs.xml.annotation that return EndpointConfig | |
|---|---|
protected EndpointConfig |
EndpointConfig.add(Annotation[] annotations,
boolean forWriting)
|
static EndpointConfig |
EndpointConfig.forReading(com.fasterxml.jackson.databind.ObjectMapper mapper,
Annotation[] annotations)
|
static EndpointConfig |
EndpointConfig.forWriting(com.fasterxml.jackson.databind.ObjectMapper mapper,
Annotation[] annotations)
|
protected EndpointConfig |
EndpointConfig.initReader(com.fasterxml.jackson.databind.ObjectMapper mapper)
|
protected EndpointConfig |
EndpointConfig.initWriter(com.fasterxml.jackson.databind.ObjectMapper mapper)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||