| Package | Description |
|---|---|
| org.mule.extension.introspection | |
| org.mule.extension.introspection.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
DataType[] |
DataType.getGenericTypes()
An array of nested
DataTypes which represent the
parametrized types for the type returned by getRawType() |
DataType |
Parameter.getType()
Returns the type of the parameter
|
static DataType |
DataType.of(Class<?> clazz)
Returns a new
DataType that
represents the given type. |
static DataType |
DataType.of(Class<?> clazz,
Class<?>... genericTypes)
Returns a new
DataType that
represents the given type with the optional generic types. |
static DataType |
DataType.of(Class<?> clazz,
DataType... genericTypes)
Returns a new
DataType that
represents the given class and has the already provided DataTypes
as getGenericTypes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataType.isAssignableFrom(DataType dataType)
Similar to
Class.isAssignableFrom(Class)
but considering the getRawType() of
this instance and dataType |
static DataType |
DataType.of(Class<?> clazz,
DataType... genericTypes)
Returns a new
DataType that
represents the given class and has the already provided DataTypes
as getGenericTypes() |
| Modifier and Type | Method and Description |
|---|---|
DataType |
ParameterDeclaration.getType() |
| Modifier and Type | Method and Description |
|---|---|
T |
ParameterDescriptor.ofType(DataType dataType)
Specifies the type of the
Parameter |
void |
ParameterDeclaration.setType(DataType type) |
Copyright © 2015 MuleSoft, Inc.. All rights reserved.