| Package | Description |
|---|---|
| org.raml.jaxrs.generator.v10 | |
| org.raml.jaxrs.generator.v10.types |
| Modifier and Type | Method and Description |
|---|---|
static CreationModel |
CreationModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreationModel[] |
CreationModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static V10GType |
V10GTypeFactory.createJson(org.raml.v2.api.model.v10.datamodel.JSONTypeDeclaration jsonTypeDeclaration,
String ramlName,
CreationModel model) |
static V10GType |
V10GTypeFactory.createJson(org.raml.v2.api.model.v10.datamodel.JSONTypeDeclaration jsonTypeDeclaration,
String ramlName,
String javaTypeName,
CreationModel model) |
static V10GType |
V10GTypeFactory.createXml(org.raml.v2.api.model.v10.datamodel.XMLTypeDeclaration typeDeclaration,
String ramlName,
CreationModel model) |
static V10GType |
V10GTypeFactory.createXml(org.raml.v2.api.model.v10.datamodel.XMLTypeDeclaration typeDeclaration,
String ramlName,
String javaName,
CreationModel model) |
| Constructor and Description |
|---|
V10GTypeHelper(String name,
org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration,
CreationModel creationModel) |
Copyright © 2019 Mulesoft. All rights reserved.