Uses of Class
de.xima.fc.converter.json.SimpleJsonPrimitiveConverter
-
Packages that use SimpleJsonPrimitiveConverter Package Description de.xima.fc.converter.json -
-
Uses of SimpleJsonPrimitiveConverter in de.xima.fc.converter.json
Methods in de.xima.fc.converter.json that return SimpleJsonPrimitiveConverter Modifier and Type Method Description static SimpleJsonPrimitiveConverter
SimpleJsonPrimitiveConverter. valueOf(String name)
Returns the enum constant of this type with the specified name.static SimpleJsonPrimitiveConverter[]
SimpleJsonPrimitiveConverter. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-