| Package | Description |
|---|---|
| org.raml.jaxrs.generator | |
| org.raml.jaxrs.generator.ramltypes | |
| org.raml.jaxrs.generator.v08 | |
| org.raml.jaxrs.generator.v10 | |
| org.raml.jaxrs.generator.v10.types |
| Modifier and Type | Method and Description |
|---|---|
GType |
JsonSchemaTypeGenerator.getType() |
GType |
XmlSchemaTypeGenerator.getType() |
| Modifier and Type | Method and Description |
|---|---|
static TypeGenerator |
SchemaTypeFactory.createJsonType(CurrentBuild currentBuild,
GType type) |
static TypeGenerator |
SchemaTypeFactory.createXmlType(CurrentBuild currentBuild,
GType type) |
static GeneratorType |
GeneratorType.generatorFrom(GType typeDeclaration) |
void |
GFinderListener.newTypeDeclaration(GType type) |
void |
TypeFindingListener.newTypeDeclaration(GType typeDeclaration) |
| Constructor and Description |
|---|
GeneratorType(GObjectType objectType,
GType declaredType) |
JsonSchemaTypeGenerator(CurrentBuild build,
String pack,
GType type,
com.squareup.javapoet.ClassName name,
String schema) |
XmlSchemaTypeGenerator(GType type,
com.sun.codemodel.JCodeModel codeModel,
String packageName,
com.sun.codemodel.JClass jclass) |
| Modifier and Type | Method and Description |
|---|---|
GType |
GType.arrayContents() |
GType |
GParameter.type() |
GType |
GResponseType.type() |
GType |
GRequest.type() |
| Modifier and Type | Class and Description |
|---|---|
class |
V08GType
Created by Jean-Philippe Belanger on 12/11/16.
|
| Modifier and Type | Method and Description |
|---|---|
GType |
V08GType.arrayContents() |
GType |
V08GResponseType.type() |
GType |
V08GParameter.type() |
GType |
V08GRequest.type() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
V10GType
Created by Jean-Philippe Belanger on 12/10/16.
|
| Modifier and Type | Method and Description |
|---|---|
GType |
V10GType.arrayContents() |
GType |
V10GResponseType.type() |
| 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 |
|---|---|
GType |
V10RamlToPojoGType.arrayContents() |
GType |
V10GTypeHelper.arrayContents() |
Copyright © 2019 Mulesoft. All rights reserved.