| Class | Description |
|---|---|
| ConfigOverrideTypeAnnotation |
Marker annotation for a field that is a
ConfigOverride. |
| DefaultEncodingAnnotation |
A
TypeAnnotation used as a marker for ObjectFieldType instances, signaling that such field should be
assigned to the runtime's default encoding. |
| DefaultImplementingTypeAnnotation |
Declares the default
Type that will be instantiated for this ObjectFieldType
if no instance is provided as a value. |
| DisplayTypeAnnotation |
A
TypeAnnotation that contains information about the name and summary that should be rendered in the UI for a
particular model. |
| ExpressionSupportAnnotation |
A
TypeAnnotation used to enrich a MetadataType by specifying
a certain level of ExpressionSupport it supports. |
| ExtensibleTypeAnnotation |
Marks that the annotated type is of
Extensible kind,
declaring that a given type can be extended by others in the context
of the ExtensionModel. |
| ExtensionTypeAnnotationsRegistry |
Contributes to the
AnnotationsRegistry service to provide a friendly name for the custom annotations used by the
ExtensionObjectTypeHandler |
| FlattenedTypeAnnotation |
A marker
TypeAnnotation meant to be applied on
ObjectFieldType instances which ObjectFieldType.getValue()
points to an ObjectType. |
| InfrastructureTypeAnnotation |
A
TypeAnnotation used as a marker for ObjectType instances, signaling that such type is an Infrastructure Type. |
| LayoutTypeAnnotation |
A
TypeAnnotation meant to be applied on ObjectFieldType instances and it contains information on how the field
should be rendered in the UI. |
| LiteralTypeAnnotation |
TypeAnnotation indicating that the real type of the of the annotated type is a Literal |
| NullSafeTypeAnnotation |
A
TypeAnnotation meant to be applied on ObjectFieldType instances. |
| ParameterResolverTypeAnnotation |
TypeAnnotation indicating that the real type of the of the annotated type is a ParameterResolver |
| ParameterRoleAnnotation |
Allows to link the annotated
MetadataType with a ParameterRole. |
| TypedValueTypeAnnotation |
TypeAnnotation indicating that the real type of the of the annotated type is a TypedValue |
| XmlHintsAnnotation |
Contains directives regarding syntax and semantics of the generated XML DSL
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.