| Modifier and Type | Class and Description |
|---|---|
class |
GenerationContextImpl
Created.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeName |
TypeDeclarationType.calculateTypeName(String name,
org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration,
GenerationContext context,
EventType eventType) |
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.
|
ClassName |
TypeHandler.javaClassName(GenerationContext generationContext,
EventType type) |
TypeName |
TypeHandler.javaClassReference(GenerationContext generationContext,
EventType type) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
ArrayTypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
ClassName |
ArrayTypeHandler.javaClassName(GenerationContext generationContext,
EventType type) |
TypeName |
ArrayTypeHandler.javaClassReference(GenerationContext generationContext,
EventType type) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
EnumerationTypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
ClassName |
EnumerationTypeHandler.javaClassName(GenerationContext generationContext,
EventType type) |
TypeName |
EnumerationTypeHandler.javaClassReference(GenerationContext generationContext,
EventType type) |
| 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) |
ClassName |
NullTypeHandler.javaClassName(GenerationContext generationContext,
EventType type) |
TypeName |
NullTypeHandler.javaClassReference(GenerationContext generationContext,
EventType type) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
ObjectTypeHandler.create(GenerationContext generationContext,
CreationResult result) |
ClassName |
ObjectTypeHandler.javaClassName(GenerationContext generationContext,
EventType type) |
TypeName |
ObjectTypeHandler.javaClassReference(GenerationContext generationContext,
EventType type) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
ReferenceTypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
ClassName |
ReferenceTypeHandler.javaClassName(GenerationContext generationContext,
EventType eventType) |
TypeName |
ReferenceTypeHandler.javaClassReference(GenerationContext generationContext,
EventType type) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CreationResult> |
UnionTypeHandler.create(GenerationContext generationContext,
CreationResult preCreationResult) |
ClassName |
UnionTypeHandler.javaClassName(GenerationContext generationContext,
EventType type) |
TypeName |
UnionTypeHandler.javaClassReference(GenerationContext generationContext,
EventType type) |
Copyright © 2019 Mulesoft. All rights reserved.