public interface ObjectPluginContext
| Modifier and Type | Method and Description |
|---|---|
Set<CreationResult> |
childClasses(String ramlTypeName) |
TypeName |
createSupportClass(TypeSpec.Builder newSupportType) |
CreationResult |
creationResult() |
CreationResult |
dependentType(org.raml.v2.api.model.v10.datamodel.TypeDeclaration items) |
TypeName |
forProperty(org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration) |
Set<CreationResult> childClasses(String ramlTypeName)
CreationResult creationResult()
CreationResult dependentType(org.raml.v2.api.model.v10.datamodel.TypeDeclaration items)
TypeName forProperty(org.raml.v2.api.model.v10.datamodel.TypeDeclaration typeDeclaration)
TypeName createSupportClass(TypeSpec.Builder newSupportType)
Copyright © 2019 Mulesoft. All rights reserved.