| Modifier and Type | Method and Description |
|---|---|
CreationResult |
GenerationContextImpl.findCreatedType(String typeName,
org.raml.v2.api.model.v10.datamodel.TypeDeclaration ramlType) |
CreationResult |
GenerationContext.findCreatedType(String typeName,
org.raml.v2.api.model.v10.datamodel.TypeDeclaration ramlType) |
CreationResult |
CreationResult.getInternalTypeForProperty(String inside) |
CreationResult |
CreationResult.internalType(String name) |
CreationResult |
CreationResult.withImplementation(TypeSpec spec) |
CreationResult |
CreationResult.withInterface(TypeSpec spec) |
CreationResult |
CreationResult.withInternalType(String name,
CreationResult internal) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
TypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
static com.google.common.base.Optional<CreationResult> |
TypeDeclarationType.createInlineType(ClassName containingClassName,
ClassName containingImplementation,
String name,
org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration,
GenerationContext context)
Create the actual type.
|
static com.google.common.base.Optional<CreationResult> |
TypeDeclarationType.createNamedType(String name,
org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration,
GenerationContext context)
Create the actual type.
|
static com.google.common.base.Optional<CreationResult> |
TypeDeclarationType.createType(org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration,
GenerationContext context)
Create the actual type.
|
List<CreationResult> |
ResultingPojos.creationResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultingPojos.addNewResult(CreationResult spec) |
com.google.common.base.Optional<CreationResult> |
TypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
void |
GenerationContextImpl.newExpectedType(String name,
CreationResult creationResult) |
void |
GenerationContext.newExpectedType(String name,
CreationResult creationResult) |
CreationResult |
CreationResult.withInternalType(String name,
CreationResult internal) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
ArrayTypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
ArrayTypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
EnumerationTypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
EnumerationTypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
| Modifier and Type | Method and Description |
|---|---|
CreationResult |
ObjectPluginContext.creationResult() |
CreationResult |
EnumerationPluginContextImpl.creationResult() |
CreationResult |
EnumerationPluginContext.creationResult() |
CreationResult |
ArrayPluginContextImpl.creationResult() |
CreationResult |
UnionPluginContextImpl.creationResult() |
CreationResult |
UnionPluginContext.creationResult() |
CreationResult |
ObjectPluginContextImpl.creationResult() |
CreationResult |
ArrayPluginContext.creationResult() |
CreationResult |
ObjectPluginContext.dependentType(org.raml.v2.api.model.v10.datamodel.TypeDeclaration items) |
CreationResult |
ObjectPluginContextImpl.dependentType(org.raml.v2.api.model.v10.datamodel.TypeDeclaration items) |
CreationResult |
UnionPluginContextImpl.unionClass(org.raml.v2.api.model.v10.datamodel.TypeDeclaration ramlType) |
CreationResult |
UnionPluginContext.unionClass(org.raml.v2.api.model.v10.datamodel.TypeDeclaration ramlType) |
| Modifier and Type | Method and Description |
|---|---|
Set<CreationResult> |
ObjectPluginContext.childClasses(String ramlTypeName) |
Set<CreationResult> |
ObjectPluginContextImpl.childClasses(String ramlTypeName) |
| Constructor and Description |
|---|
ArrayPluginContextImpl(GenerationContext generationContext,
CreationResult result) |
EnumerationPluginContextImpl(GenerationContext generationContext,
CreationResult result) |
ObjectPluginContextImpl(GenerationContext generationContext,
CreationResult result) |
UnionPluginContextImpl(GenerationContext generationContext,
CreationResult result) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
NullTypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
NullTypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
ObjectTypeHandler.create(GenerationContext generationContext,
CreationResult result) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
ObjectTypeHandler.create(GenerationContext generationContext,
CreationResult result) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
ReferenceTypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
ReferenceTypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
UnionTypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
UnionTypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
Copyright © 2019 Mulesoft. All rights reserved.