Package org.mule.runtime.ast.api
Interface MetadataTypeObjectFieldTypeAdapter
@NoImplement
public interface MetadataTypeObjectFieldTypeAdapter
Adapter for using
ParameterModel instances consistently with other related but different models.- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisWrapperFor(org.mule.metadata.api.model.ObjectFieldType fieldType)
-
Method Details
-
isWrapperFor
boolean isWrapperFor(org.mule.metadata.api.model.ObjectFieldType fieldType) - Parameters:
type- theObjectFieldTypeto check- Returns:
trueif this adapter's wrapped type is the givenparamModel
-