Uses of Class
com.clumd.projects.javajson.core.JSType
| Package | Description |
|---|---|
| com.clumd.projects.javajson.api | |
| com.clumd.projects.javajson.core |
-
Uses of JSType in com.clumd.projects.javajson.api
Methods in com.clumd.projects.javajson.api that return JSType Modifier and Type Method Description JSTypeJson. getDataType()Used to figure out which Datatype this JSON object represents from the JSON standard.JSTypeJson. getDataTypeOf(String key)The same asgetDataType, but at a path in the JSON given by key. -
Uses of JSType in com.clumd.projects.javajson.core
Methods in com.clumd.projects.javajson.core that return JSType Modifier and Type Method Description static JSTypeJSType. valueOf(String name)Returns the enum constant of this type with the specified name.static JSType[]JSType. values()Returns an array containing the constants of this enum type, in the order they are declared.