|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of JsonFormat.Feature in com.fasterxml.jackson.annotation |
|---|
| Methods in com.fasterxml.jackson.annotation that return JsonFormat.Feature | |
|---|---|
static JsonFormat.Feature |
JsonFormat.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JsonFormat.Feature[] |
JsonFormat.Feature.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.fasterxml.jackson.annotation with parameters of type JsonFormat.Feature | |
|---|---|
static JsonFormat.Features |
JsonFormat.Features.construct(JsonFormat.Feature[] enabled,
JsonFormat.Feature[] disabled)
|
static JsonFormat.Features |
JsonFormat.Features.construct(JsonFormat.Feature[] enabled,
JsonFormat.Feature[] disabled)
|
Boolean |
JsonFormat.Features.get(JsonFormat.Feature f)
|
Boolean |
JsonFormat.Value.getFeature(JsonFormat.Feature f)
Accessor for checking whether this format value has specific setting for given feature. |
JsonFormat.Features |
JsonFormat.Features.with(JsonFormat.Feature... features)
|
JsonFormat.Value |
JsonFormat.Value.withFeature(JsonFormat.Feature f)
|
JsonFormat.Features |
JsonFormat.Features.without(JsonFormat.Feature... features)
|
JsonFormat.Value |
JsonFormat.Value.withoutFeature(JsonFormat.Feature f)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||