| 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) |
void |
RamlAdjuster.adjustForUnknownTypeInProperty(Type type,
TypeBuilder typeBuilder,
TypeDeclarationBuilder builder,
Property property)
Should you have a property than contains an unsupported type for RAML, you could handle here.
|
void |
RamlAdjuster.Helper.adjustForUnknownTypeInProperty(Type type,
TypeBuilder typeBuilder,
TypeDeclarationBuilder builder,
Property property) |
void |
RamlAdjuster.Composite.adjustForUnknownTypeInProperty(Type type,
TypeBuilder typeBuilder,
TypeDeclarationBuilder typeDeclarationBuilder,
Property property) |
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) |
void |
AdditionalPropertiesAdjuster.adjustForUnknownTypeInProperty(Type type,
TypeBuilder typeBuilder,
TypeDeclarationBuilder builder,
Property property) |
TypePropertyBuilder |
ChangeTypeName.adjustScalarProperty(TypeDeclarationBuilder typeDeclaration,
Property property,
TypePropertyBuilder typePropertyBuilder) |
Copyright © 2019 Mulesoft. All rights reserved.