| Package | Description |
|---|---|
| com.github.jasminb.jsonapi |
| Modifier and Type | Method and Description |
|---|---|
static SerializationFeature |
SerializationFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerializationFeature[] |
SerializationFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SerializationFeature> |
SerializationFeature.getDefaultFeatures()
Returns set of features that are enabled by default.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceConverter.disableSerializationOption(SerializationFeature option)
Removes (disables) existing serialization option.
|
void |
ResourceConverter.enableSerializationOption(SerializationFeature option)
Adds (enables) new serialization option.
|
Copyright © 2017. All rights reserved.