Uses of Class
net.sf.okapi.filters.json.parser.JsonKeyTypes
-
Packages that use JsonKeyTypes Package Description net.sf.okapi.filters.json net.sf.okapi.filters.json.parser -
-
Uses of JsonKeyTypes in net.sf.okapi.filters.json
Methods in net.sf.okapi.filters.json with parameters of type JsonKeyTypes Modifier and Type Method Description voidJSONFilter. handleKey(String key, JsonValueTypes valueType, JsonKeyTypes keyType) -
Uses of JsonKeyTypes in net.sf.okapi.filters.json.parser
Methods in net.sf.okapi.filters.json.parser that return JsonKeyTypes Modifier and Type Method Description static JsonKeyTypesJsonKeyTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonKeyTypes[]JsonKeyTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.filters.json.parser with parameters of type JsonKeyTypes Modifier and Type Method Description voidIJsonHandler. handleKey(String key, JsonValueTypes valueType, JsonKeyTypes keyType)Handle json key, used in resname
-