|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EndpointConfig | |
|---|---|
| com.fasterxml.jackson.jaxrs.json | Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for JSON content type (MediaType). |
| com.fasterxml.jackson.jaxrs.json.annotation | Package that contains utility classes and methods for the JAX-RS JSON provider module. |
| Uses of EndpointConfig in com.fasterxml.jackson.jaxrs.json |
|---|
| Fields in com.fasterxml.jackson.jaxrs.json with type parameters of type EndpointConfig | |
|---|---|
protected com.fasterxml.jackson.databind.util.LRUMap<AnnotationBundleKey,EndpointConfig> |
JacksonJsonProvider._readers
Cache for resolved endpoint configurations when reading JSON data |
protected com.fasterxml.jackson.databind.util.LRUMap<AnnotationBundleKey,EndpointConfig> |
JacksonJsonProvider._writers
Cache for resolved endpoint configurations when writing JSON data |
| Uses of EndpointConfig in com.fasterxml.jackson.jaxrs.json.annotation |
|---|
| Methods in com.fasterxml.jackson.jaxrs.json.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,
String defaultJsonpMethod)
|
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 | |||||||||