Uses of Class
jodd.json.impl.FileJsonSerializer.Type
-
Packages that use FileJsonSerializer.Type Package Description jodd.json.impl Various JSON serializer implementations. -
-
Uses of FileJsonSerializer.Type in jodd.json.impl
Fields in jodd.json.impl declared as FileJsonSerializer.Type Modifier and Type Field Description private FileJsonSerializer.TypeFileJsonSerializer. serializationTypeMethods in jodd.json.impl that return FileJsonSerializer.Type Modifier and Type Method Description static FileJsonSerializer.TypeFileJsonSerializer.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FileJsonSerializer.Type[]FileJsonSerializer.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jodd.json.impl with parameters of type FileJsonSerializer.Type Constructor Description FileJsonSerializer(FileJsonSerializer.Type serializationType)
-