public class AdditionalPropertiesAdjuster extends RamlAdjuster.Helper
RamlAdjuster.Composite, RamlAdjuster.HelperNULL_ADJUSTER| Constructor and Description |
|---|
AdditionalPropertiesAdjuster() |
| Modifier and Type | Method and Description |
|---|---|
TypeBuilder |
adjustForUnknownType(Type type)
Should you have a property than contains an unsupported type for RAML, you could handle here.
|
void |
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.
|
adjustComposedProperty, adjustEnumValue, adjustScalarProperty, adjustType, adjustTypeNamepublic TypeBuilder adjustForUnknownType(Type type)
RamlAdjusteradjustForUnknownType in interface RamlAdjusteradjustForUnknownType in class RamlAdjuster.Helperpublic void adjustForUnknownTypeInProperty(Type type, TypeBuilder typeBuilder, TypeDeclarationBuilder builder, Property property)
RamlAdjusteradjustForUnknownTypeInProperty in interface RamlAdjusteradjustForUnknownTypeInProperty in class RamlAdjuster.HelperCopyright © 2019 Mulesoft. All rights reserved.