Class DynamicInput<T>

java.lang.Object
com.elo.flows.api.components.DynamicInput<T>

public class DynamicInput<T> extends Object
This wrapper class, should be used in combination of the annotation DynamicInputSchema in order to declare a dynamic schema input in an annotated Service method. It contains the generic configuration of the corresponding InputSchemaProvider and the actual input.
  • Method Details

    • getConfig

      public T getConfig()
    • getInput

      public Object getInput()
    • of

      public static <T> DynamicInput<T> of(T config, Object input)