public interface ObjectType extends MetadataType
| Modifier and Type | Method and Description |
|---|---|
Optional<ObjectFieldType> |
getFieldByName(String propertyName)
Searches a field that matches the specified name
|
Collection<ObjectFieldType> |
getFields()
The collection of all the fields
|
boolean |
isOrdered()
If the list of fields must respect the order or not
|
accept, getAnnotation, getAnnotations, getDescription, getMetadataFormatCollection<ObjectFieldType> getFields()
boolean isOrdered()
Optional<ObjectFieldType> getFieldByName(String propertyName)
propertyName - The name of the propertyCopyright © 2016 MuleSoft, Inc.. All rights reserved.