| Package | Description |
|---|---|
| org.raml.jaxrs.generator | |
| org.raml.jaxrs.generator.builders |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonSchemaTypeGenerator.output(CodeContainer<com.sun.codemodel.JCodeModel> container,
BuildPhase buildPhase) |
void |
XmlSchemaTypeGenerator.output(CodeContainer<com.sun.codemodel.JCodeModel> container,
BuildPhase buildPhase) |
| Modifier and Type | Method and Description |
|---|---|
static BuildPhase |
BuildPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildPhase[] |
BuildPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RamlToPojoTypeGenerator.output(CodeContainer<org.raml.ramltopojo.ResultingPojos> rootDirectory,
BuildPhase buildPhase) |
void |
TypeGenerator.output(CodeContainer<T> rootDirectory,
BuildPhase buildPhase) |
void |
JavaPoetTypeGeneratorBase.output(CodeContainer<com.squareup.javapoet.TypeSpec.Builder> rootDirectory,
BuildPhase buildPhase) |
Copyright © 2019 Mulesoft. All rights reserved.