org.mule.common.metadata
Class JSONSchemaMetadataModelFactory

java.lang.Object
  extended by org.mule.common.metadata.JSONSchemaMetadataModelFactory

public class JSONSchemaMetadataModelFactory
extends Object


Field Summary
static String ARRAY_ELEMENT_NAME
           
static String OBJECT_ELEMENT_NAME
           
static String PROPERTIES
           
static String TYPE
           
 
Constructor Summary
JSONSchemaMetadataModelFactory()
           
 
Method Summary
 MetaDataModel buildModel(String jsonSchemaString)
           
 MetaDataModel buildModel(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT_ELEMENT_NAME

public static final String OBJECT_ELEMENT_NAME
See Also:
Constant Field Values

ARRAY_ELEMENT_NAME

public static final String ARRAY_ELEMENT_NAME
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

PROPERTIES

public static final String PROPERTIES
See Also:
Constant Field Values
Constructor Detail

JSONSchemaMetadataModelFactory

public JSONSchemaMetadataModelFactory()
Method Detail

buildModel

public MetaDataModel buildModel(String jsonSchemaString)

buildModel

public MetaDataModel buildModel(URL url)
                         throws IOException
Throws:
IOException


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