Package io.micronaut.function.executor
Class FunctionInitializer.ParseContext
java.lang.Object
io.micronaut.function.executor.FunctionInitializer.ParseContext
- Enclosing class:
- FunctionInitializer
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 Summary
-
Method Details
-
get
Get.- Type Parameters:
T
- generic return type- Parameters:
type
- type- Returns:
- Type
-