Module org.mule.runtime.dsl.api
Interface ObjectTypeProvider
@NoImplement
public interface ObjectTypeProvider
Interface that can implement instances of
ObjectProvider in case the type of the object
created is dynamic and cannot be known at compile time.- Since:
- 4.0
-
Method Summary
-
Method Details
-
getObjectType
Class<?> getObjectType()- Returns:
- the type of the object created.
-