| Package | Description |
|---|---|
| org.raml.pojotoraml | |
| org.raml.pojotoraml.field | |
| org.raml.pojotoraml.plugins |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
ClassParser.properties(Class<?> sourceClass)
Returns a non-null list of property objects representing the properties of the
parsed class.
|
| Modifier and Type | Method and Description |
|---|---|
TypePropertyBuilder |
RamlAdjuster.adjustComposedProperty(TypeDeclarationBuilder typeDeclaration,
Property property,
TypePropertyBuilder typePropertyBuilder)
You may change the property definition for a given composed type.
|
TypePropertyBuilder |
RamlAdjuster.Helper.adjustComposedProperty(TypeDeclarationBuilder typeDeclaration,
Property property,
TypePropertyBuilder typePropertyBuilder) |
TypePropertyBuilder |
RamlAdjuster.Composite.adjustComposedProperty(TypeDeclarationBuilder typeDeclaration,
Property property,
TypePropertyBuilder typePropertyBuilder) |
TypePropertyBuilder |
RamlAdjuster.adjustScalarProperty(TypeDeclarationBuilder typeDeclaration,
Property property,
TypePropertyBuilder typePropertyBuilder)
You may change the property definition for a given scalar type.
|
TypePropertyBuilder |
RamlAdjuster.Helper.adjustScalarProperty(TypeDeclarationBuilder typeDeclaration,
Property property,
TypePropertyBuilder typePropertyBuilder) |
TypePropertyBuilder |
RamlAdjuster.Composite.adjustScalarProperty(TypeDeclarationBuilder typeDeclaration,
Property property,
TypePropertyBuilder typePropertyBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
FieldClassParser.properties(Class<?> sourceClass) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
NullClassParser.properties(Class<?> sourceClass) |
| Modifier and Type | Method and Description |
|---|---|
TypePropertyBuilder |
ChangeTypeName.adjustComposedProperty(TypeDeclarationBuilder typeDeclaration,
Property property,
TypePropertyBuilder typePropertyBuilder) |
TypePropertyBuilder |
ChangeTypeName.adjustScalarProperty(TypeDeclarationBuilder typeDeclaration,
Property property,
TypePropertyBuilder typePropertyBuilder) |
Copyright © 2018 Mulesoft. All rights reserved.