|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSONType | |
|---|---|
| org.mule.common.metadata.parser.json | |
| Uses of JSONType in org.mule.common.metadata.parser.json |
|---|
| Classes in org.mule.common.metadata.parser.json that implement JSONType | |
|---|---|
class |
AbstractType
Helper class for creation of new JSON types. |
class |
JSONArrayType
JSONArrayType represents a schema type for a JSON array value. |
class |
JSONFileType
Lazy type loading for JSON schema files. |
class |
JSONObjectType
|
class |
JSONPointerType
|
class |
JSONResourceType
Lazy type loading for JSON schema files. |
static class |
JSONType.BooleanType
|
static class |
JSONType.DoubleType
|
static class |
JSONType.Empty
|
static class |
JSONType.Everything
|
static class |
JSONType.IntegerType
|
static class |
JSONType.NumberType
|
static class |
JSONType.StringType
|
class |
OptionalType
|
| Methods in org.mule.common.metadata.parser.json that return JSONType | |
|---|---|
JSONType |
SchemaEnv.evaluate(Object obj)
Primary entry point to the JSONType parsing framework. |
JSONType |
JSONArrayType.getItemsType()
|
JSONType |
JSONObjectType.getPropertyType(String propName)
|
JSONType |
SchemaEnv.lookupType(String name)
|
JSONType |
JSONPointerType.resolve()
|
| Methods in org.mule.common.metadata.parser.json with parameters of type JSONType | |
|---|---|
void |
SchemaEnv.addType(String name,
JSONType t)
|
static DataType |
JSONTypeUtils.getDataType(JSONType jsonType)
|
| Constructors in org.mule.common.metadata.parser.json with parameters of type JSONType | |
|---|---|
OptionalType(JSONType t)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||