| Package | Description |
|---|---|
| org.mule.metadata.api.builder | |
| org.mule.metadata.api.model | |
| org.mule.metadata.api.model.impl | |
| org.mule.metadata.api.utils | |
| org.mule.metadata.api.visitor |
| Modifier and Type | Method and Description |
|---|---|
ObjectFieldType |
ObjectFieldTypeBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ObjectFieldType> |
ObjectType.getFieldByName(String propertyName)
Searches a field that matches the specified name
|
Collection<ObjectFieldType> |
ObjectType.getFields()
The collection of all the fields
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultObjectFieldType |
| Modifier and Type | Method and Description |
|---|---|
Optional<ObjectFieldType> |
DefaultObjectType.getFieldByName(String propertyName) |
Collection<ObjectFieldType> |
DefaultObjectType.getFields() |
| Constructor and Description |
|---|
DefaultObjectType(Collection<ObjectFieldType> fields,
boolean ordered,
MetadataType openRestriction,
MetadataFormat metadataFormat,
Map<Class<? extends TypeAnnotation>,TypeAnnotation> extensions) |
| Modifier and Type | Method and Description |
|---|---|
static String |
MetadataTypeUtils.getLocalPart(ObjectFieldType field)
Returns the local part of an
ObjectFieldType |
void |
MetadataTypeUtils.TypeResolverVisitor.visitObjectField(ObjectFieldType objectFieldType) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataTypeVisitor.visitObjectField(ObjectFieldType objectFieldType) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.