Uses of Interface
org.mule.metadata.api.model.NothingType
-
Packages that use NothingType Package Description org.mule.metadata.api.builder org.mule.metadata.api.model.impl org.mule.metadata.api.visitor -
-
Uses of NothingType in org.mule.metadata.api.builder
Methods in org.mule.metadata.api.builder that return NothingType Modifier and Type Method Description NothingTypeNothingTypeBuilder. build() -
Uses of NothingType in org.mule.metadata.api.model.impl
Classes in org.mule.metadata.api.model.impl that implement NothingType Modifier and Type Class Description classDefaultNothingType -
Uses of NothingType in org.mule.metadata.api.visitor
Methods in org.mule.metadata.api.visitor with parameters of type NothingType Modifier and Type Method Description voidMetadataTypeVisitor. visitNothing(NothingType nothingType)
-