Uses of Interface
org.mule.common.metadata.parser.json.JSONType

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)
           
 



Copyright © 2015 MuleSoft, Inc.. All rights reserved.