Class | Description |
---|---|
BooleanDataProvider |
Represents a DataExtension API method annotated with
BooleanProvider annotation. |
DataProvider<T> |
Abstract representation of all values a Provider annotation provides.
|
DataProviders |
Group class for handling multiple different types of
DataProvider s. |
DoubleDataProvider |
Represents a DataExtension API method annotated with
DoubleProvider annotation. |
MethodWrapper<T> |
Wrap a Method so that it is easier to call.
|
NumberDataProvider |
Represents a DataExtension API method annotated with
NumberProvider annotation. |
PercentageDataProvider |
Represents a DataExtension API method annotated with
PercentageProvider annotation. |
StringDataProvider |
Represents a DataExtension API method annotated with
StringProvider annotation. |
TableDataProvider |
Represents a DataExtension API method annotated with
TableProvider annotation. |