public class ObjectPluginContextImpl extends Object implements ObjectPluginContext
| Constructor and Description |
|---|
ObjectPluginContextImpl(GenerationContext generationContext,
CreationResult result) |
| Modifier and Type | Method and Description |
|---|---|
Set<CreationResult> |
childClasses(String ramlTypeName) |
CreationResult |
creationResult() |
CreationResult |
dependentType(org.raml.v2.api.model.v10.datamodel.TypeDeclaration items) |
com.squareup.javapoet.TypeName |
forProperty(org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration) |
public ObjectPluginContextImpl(GenerationContext generationContext, CreationResult result)
public Set<CreationResult> childClasses(String ramlTypeName)
childClasses in interface ObjectPluginContextpublic CreationResult creationResult()
creationResult in interface ObjectPluginContextpublic CreationResult dependentType(org.raml.v2.api.model.v10.datamodel.TypeDeclaration items)
dependentType in interface ObjectPluginContextpublic com.squareup.javapoet.TypeName forProperty(org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration)
forProperty in interface ObjectPluginContextCopyright © 2018 Mulesoft. All rights reserved.