Uses of Interface
org.mule.metadata.api.model.TypeParameterType
-
Packages that use TypeParameterType Package Description org.mule.metadata.api.builder org.mule.metadata.api.model.impl org.mule.metadata.api.visitor -
-
Uses of TypeParameterType in org.mule.metadata.api.builder
Methods in org.mule.metadata.api.builder that return TypeParameterType Modifier and Type Method Description TypeParameterTypeTypeParameterTypeBuilder. build() -
Uses of TypeParameterType in org.mule.metadata.api.model.impl
Classes in org.mule.metadata.api.model.impl that implement TypeParameterType Modifier and Type Class Description classDefaultTypeParameterType -
Uses of TypeParameterType in org.mule.metadata.api.visitor
Methods in org.mule.metadata.api.visitor with parameters of type TypeParameterType Modifier and Type Method Description voidMetadataTypeVisitor. visitTypeParameter(TypeParameterType defaultTypeParameter)
-