| Package | Description |
|---|---|
| org.raml.jaxrs.generator | |
| org.raml.jaxrs.generator.v10 | |
| org.raml.jaxrs.generator.v10.types |
| Modifier and Type | Method and Description |
|---|---|
V10GType |
CurrentBuild.fetchType(org.raml.v2.api.model.v10.resources.Resource resource,
org.raml.v2.api.model.v10.methods.Method method,
org.raml.v2.api.model.v10.bodies.Response response,
org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration) |
V10GType |
CurrentBuild.fetchType(org.raml.v2.api.model.v10.resources.Resource implementation,
org.raml.v2.api.model.v10.methods.Method method,
org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration) |
V10GType |
CurrentBuild.fetchType(org.raml.v2.api.model.v10.resources.Resource resource,
org.raml.v2.api.model.v10.datamodel.TypeDeclaration input) |
V10GType |
CurrentBuild.fetchType(String name,
org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
static TypeGenerator |
SchemaTypeFactory.createRamlToPojo(CurrentBuild currentBuild,
V10GType type) |
| Modifier and Type | Method and Description |
|---|---|
T |
Annotations.get(T def,
V10GType type) |
T |
Annotations.get(V10GType type) |
| Constructor and Description |
|---|
V10GResponseType(org.raml.v2.api.model.v10.datamodel.TypeDeclaration input,
V10GType v10GType) |
| Modifier and Type | Class and Description |
|---|---|
class |
V10GTypeHelper
Created by Jean-Philippe Belanger on 1/5/17.
|
class |
V10GTypeJson
Created by Jean-Philippe Belanger on 1/3/17.
|
class |
V10GTypeXml
Created by Jean-Philippe Belanger on 1/3/17.
|
class |
V10RamlToPojoGType
Created.
|
| Modifier and Type | Method and Description |
|---|---|
static V10GType |
V10GTypeFactory.createArray(String name,
org.raml.v2.api.model.v10.datamodel.ArrayTypeDeclaration typeDeclaration) |
static V10GType |
V10GTypeFactory.createEnum(String name,
org.raml.v2.api.model.v10.datamodel.NumberTypeDeclaration typeDeclaration) |
static V10GType |
V10GTypeFactory.createEnum(String name,
org.raml.v2.api.model.v10.datamodel.StringTypeDeclaration typeDeclaration) |
static V10GType |
V10GTypeFactory.createInlineType(String ramlName,
org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration) |
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.createResponseBodyType(org.raml.v2.api.model.v10.resources.Resource resource,
org.raml.v2.api.model.v10.methods.Method method,
org.raml.v2.api.model.v10.bodies.Response response,
org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration) |
static V10GType |
V10GTypeFactory.createScalar(String name,
org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration) |
static V10GType |
V10GTypeFactory.createUnion(String ramlName,
org.raml.v2.api.model.v10.datamodel.UnionTypeDeclaration typeDeclaration) |
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) |
Copyright © 2019 Mulesoft. All rights reserved.