Uses of Interface
org.mule.metadata.api.model.AttributeFieldType
-
Packages that use AttributeFieldType Package Description org.mule.metadata.api.builder org.mule.metadata.api.model org.mule.metadata.api.model.impl org.mule.metadata.api.visitor -
-
Uses of AttributeFieldType in org.mule.metadata.api.builder
Methods in org.mule.metadata.api.builder that return AttributeFieldType Modifier and Type Method Description AttributeFieldTypeAttributeFieldTypeBuilder. build() -
Uses of AttributeFieldType in org.mule.metadata.api.model
Methods in org.mule.metadata.api.model that return types with arguments of type AttributeFieldType Modifier and Type Method Description Collection<AttributeFieldType>ObjectKeyType. getAttributes()All the attributes of this key -
Uses of AttributeFieldType in org.mule.metadata.api.model.impl
Classes in org.mule.metadata.api.model.impl that implement AttributeFieldType Modifier and Type Class Description classDefaultAttributeFieldTypeMethods in org.mule.metadata.api.model.impl that return types with arguments of type AttributeFieldType Modifier and Type Method Description Collection<AttributeFieldType>DefaultObjectKeyType. getAttributes()Constructor parameters in org.mule.metadata.api.model.impl with type arguments of type AttributeFieldType Constructor Description DefaultObjectKeyType(Optional<QName> name, Optional<Pattern> pattern, Collection<AttributeFieldType> attributes, MetadataFormat metadataFormat, Map<Class<? extends TypeAnnotation>,TypeAnnotation> extensions) -
Uses of AttributeFieldType in org.mule.metadata.api.visitor
Methods in org.mule.metadata.api.visitor with parameters of type AttributeFieldType Modifier and Type Method Description voidMetadataTypeVisitor. visitAttributeField(AttributeFieldType attributeFieldType)
-