public class JSONSchemaMetadataModelFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ARRAY_ELEMENT_NAME |
static String |
OBJECT_ELEMENT_NAME |
static String |
PROPERTIES |
static String |
TYPE |
| Constructor and Description |
|---|
JSONSchemaMetadataModelFactory() |
| Modifier and Type | Method and Description |
|---|---|
MetaDataModel |
buildModel(String jsonSchemaString) |
MetaDataModel |
buildModel(URL url) |
public static final String OBJECT_ELEMENT_NAME
public static final String ARRAY_ELEMENT_NAME
public static final String TYPE
public static final String PROPERTIES
public MetaDataModel buildModel(String jsonSchemaString)
public MetaDataModel buildModel(URL url) throws IOException
IOExceptionCopyright © 2015 MuleSoft, Inc.. All rights reserved.