Uses of Interface
org.mule.metadata.api.model.IntersectionType
-
Packages that use IntersectionType Package Description org.mule.metadata.api.builder org.mule.metadata.api.model.impl org.mule.metadata.api.visitor -
-
Uses of IntersectionType in org.mule.metadata.api.builder
Methods in org.mule.metadata.api.builder that return IntersectionType Modifier and Type Method Description IntersectionTypeIntersectionTypeBuilder. build() -
Uses of IntersectionType in org.mule.metadata.api.model.impl
Classes in org.mule.metadata.api.model.impl that implement IntersectionType Modifier and Type Class Description classDefaultIntersectionType -
Uses of IntersectionType in org.mule.metadata.api.visitor
Methods in org.mule.metadata.api.visitor with parameters of type IntersectionType Modifier and Type Method Description voidMetadataTypeVisitor. visitIntersection(IntersectionType intersectionType)
-