public class ParserV2Utils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PARSER_V2_PROPERTY |
| Constructor and Description |
|---|
ParserV2Utils() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.raml.interfaces.model.IRaml |
build(org.raml.v2.api.loader.ResourceLoader resourceLoader,
String ramlPath) |
static org.mule.raml.interfaces.model.IRaml |
build(org.raml.v2.api.loader.ResourceLoader resourceLoader,
String ramlPath,
String content) |
static String |
nullSafe(org.raml.v2.api.model.v10.system.types.AnnotableSimpleType<?> simpleType) |
static boolean |
useParserV2(String content) |
static List<String> |
validate(org.raml.v2.api.loader.ResourceLoader resourceLoader,
String ramlPath) |
static List<String> |
validate(org.raml.v2.api.loader.ResourceLoader resourceLoader,
String ramlPath,
String content) |
public static final String PARSER_V2_PROPERTY
public static org.mule.raml.interfaces.model.IRaml build(org.raml.v2.api.loader.ResourceLoader resourceLoader,
String ramlPath)
public static org.mule.raml.interfaces.model.IRaml build(org.raml.v2.api.loader.ResourceLoader resourceLoader,
String ramlPath,
String content)
public static List<String> validate(org.raml.v2.api.loader.ResourceLoader resourceLoader, String ramlPath, String content)
public static List<String> validate(org.raml.v2.api.loader.ResourceLoader resourceLoader, String ramlPath)
public static boolean useParserV2(String content)
public static String nullSafe(org.raml.v2.api.model.v10.system.types.AnnotableSimpleType<?> simpleType)
Copyright © 2021. All rights reserved.