Class FunctionInitializer.ParseContext

java.lang.Object
io.micronaut.function.executor.FunctionInitializer.ParseContext
Enclosing class:
FunctionInitializer

public class FunctionInitializer.ParseContext extends Object
The parse context supplied from the FunctionInitializer.run(String[], Function) method. Consumers can use the get(Class) method to obtain the data is the desired type.
  • Method Details

    • get

      public final <T> T get(Class<T> type)
      Get.
      Type Parameters:
      T - generic return type
      Parameters:
      type - type
      Returns:
      Type