Package xyz.block.ftl.runtime
Class VerbRegistry.BodySupplier
-
- All Implemented Interfaces:
-
java.util.function.BiFunction,xyz.block.ftl.runtime.VerbRegistry.ParameterSupplier
public class VerbRegistry.BodySupplier implements VerbRegistry.ParameterSupplier
-
-
Field Summary
Fields Modifier and Type Field Description public final intparameterIndex
-
Constructor Summary
Constructors Constructor Description VerbRegistry.BodySupplier(int parameterIndex)
-
Method Summary
Modifier and Type Method Description intgetParameterIndex()voidinit(Method method)Objectapply(ObjectMapper mapper, CallRequest in)-
-
Method Detail
-
getParameterIndex
int getParameterIndex()
-
apply
Object apply(ObjectMapper mapper, CallRequest in)
-
-
-
-