Uses of Interface
org.mule.metadata.api.model.ObjectFieldType
-
Packages that use ObjectFieldType 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 -
-
Uses of ObjectFieldType in org.mule.metadata.api.builder
Methods in org.mule.metadata.api.builder that return ObjectFieldType Modifier and Type Method Description ObjectFieldTypeObjectFieldTypeBuilder. build() -
Uses of ObjectFieldType in org.mule.metadata.api.model
Methods in org.mule.metadata.api.model that return types with arguments of type ObjectFieldType Modifier and Type Method Description Optional<ObjectFieldType>ObjectType. getFieldByName(String propertyName)Searches a field that matches the specified nameCollection<ObjectFieldType>ObjectType. getFields()The collection of all the fields -
Uses of ObjectFieldType in org.mule.metadata.api.model.impl
Classes in org.mule.metadata.api.model.impl that implement ObjectFieldType Modifier and Type Class Description classDefaultObjectFieldTypeMethods in org.mule.metadata.api.model.impl that return types with arguments of type ObjectFieldType Modifier and Type Method Description Optional<ObjectFieldType>DefaultObjectType. getFieldByName(String propertyName)Collection<ObjectFieldType>DefaultObjectType. getFields()Constructor parameters in org.mule.metadata.api.model.impl with type arguments of type ObjectFieldType Constructor Description DefaultObjectType(Collection<ObjectFieldType> fields, boolean ordered, MetadataType openRestriction, MetadataFormat metadataFormat, Map<Class<? extends TypeAnnotation>,TypeAnnotation> extensions) -
Uses of ObjectFieldType in org.mule.metadata.api.utils
Methods in org.mule.metadata.api.utils with parameters of type ObjectFieldType Modifier and Type Method Description static StringMetadataTypeUtils. getLocalPart(ObjectFieldType field)Returns the local part of anObjectFieldTypevoidMetadataTypeUtils.TypeResolverVisitor. visitObjectField(ObjectFieldType objectFieldType) -
Uses of ObjectFieldType in org.mule.metadata.api.visitor
Methods in org.mule.metadata.api.visitor with parameters of type ObjectFieldType Modifier and Type Method Description voidMetadataTypeVisitor. visitObjectField(ObjectFieldType objectFieldType)
-