Interface StepResourceBuilderFactory
public interface StepResourceBuilderFactory
Factory for builder which defines the step resource of a custom step.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescription<T> StepResourceBuilder<T>
Returns the builder for step resource to be used by a custom step.
-
Method Details
-
forClass
Returns the builder for step resource to be used by a custom step.- Type Parameters:
T
- Type associated with the step resource- Parameters:
resourceClass
- Class of the step resource- Returns:
StepResourceBuilder
of type T
-