Uses of Class
com.github.jasminb.jsonapi.SerializationFeature
-
Packages that use SerializationFeature Package Description com.github.jasminb.jsonapi -
-
Uses of SerializationFeature in com.github.jasminb.jsonapi
Methods in com.github.jasminb.jsonapi that return SerializationFeature Modifier and Type Method Description static SerializationFeatureSerializationFeature. 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.Methods in com.github.jasminb.jsonapi that return types with arguments of type SerializationFeature Modifier and Type Method Description static Set<SerializationFeature>SerializationFeature. getDefaultFeatures()Returns set of features that are enabled by default.Methods in com.github.jasminb.jsonapi with parameters of type SerializationFeature Modifier and Type Method Description voidResourceConverter. disableSerializationOption(SerializationFeature option)Removes (disables) existing serialization option.voidResourceConverter. enableSerializationOption(SerializationFeature option)Adds (enables) new serialization option.
-