Uses of Interface
org.mule.metadata.api.model.TupleType
-
Packages that use TupleType Package Description org.mule.metadata.api.builder org.mule.metadata.api.model.impl org.mule.metadata.api.visitor -
-
Uses of TupleType in org.mule.metadata.api.builder
Methods in org.mule.metadata.api.builder that return TupleType Modifier and Type Method Description TupleTypeTupleTypeBuilder. build() -
Uses of TupleType in org.mule.metadata.api.model.impl
Classes in org.mule.metadata.api.model.impl that implement TupleType Modifier and Type Class Description classDefaultTupleType -
Uses of TupleType in org.mule.metadata.api.visitor
Methods in org.mule.metadata.api.visitor with parameters of type TupleType Modifier and Type Method Description voidMetadataTypeVisitor. visitTuple(TupleType tupleType)
-