| Package | Description |
|---|---|
| com.fasterxml.jackson.jaxrs.base | |
| com.fasterxml.jackson.jaxrs.cfg |
| Modifier and Type | Method and Description |
|---|---|
void |
ProviderBase.setAnnotationsToUse(Annotations[] annotationsToUse)
Method for configuring which annotation sets to use (including none).
|
| Modifier and Type | Field and Description |
|---|---|
protected Annotations[] |
MapperConfiguratorBase._defaultAnnotationsToUse
Annotations set to use by default; overridden by explicit call
to
MapperConfiguratorBase.setAnnotationsToUse(com.fasterxml.jackson.jaxrs.cfg.Annotations[]) |
| Modifier and Type | Method and Description |
|---|---|
static Annotations |
Annotations.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Annotations[] |
Annotations.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.fasterxml.jackson.databind.AnnotationIntrospector |
MapperConfiguratorBase._resolveIntrospectors(Annotations[] annotationsToUse) |
protected void |
MapperConfiguratorBase._setAnnotations(com.fasterxml.jackson.databind.ObjectMapper mapper,
Annotations[] annotationsToUse) |
void |
MapperConfiguratorBase.setAnnotationsToUse(Annotations[] annotationsToUse) |
| Constructor and Description |
|---|
MapperConfiguratorBase(MAPPER mapper,
Annotations[] defaultAnnotations) |
Copyright © 2020 FasterXML. All rights reserved.