Uses of Class
org.exoplatform.ws.frameworks.json.impl.JsonUtils.Types
-
Packages that use JsonUtils.Types Package Description org.exoplatform.ws.frameworks.json.impl -
-
Uses of JsonUtils.Types in org.exoplatform.ws.frameworks.json.impl
Methods in org.exoplatform.ws.frameworks.json.impl that return JsonUtils.Types Modifier and Type Method Description static JsonUtils.TypesJsonUtils. getType(Class<?> clazz)Get correspondingJsonUtils.Typesfor specified class.static JsonUtils.TypesJsonUtils. getType(Object o)Get correspondingJsonUtils.Typesfor specified Object.static JsonUtils.TypesJsonUtils.Types. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonUtils.Types[]JsonUtils.Types. values()Returns an array containing the constants of this enum type, in the order they are declared.
-