Uses of Interface
net.officefloor.plugin.managedfunction.clazz.MethodManagedFunctionBuilder.MethodObjectInstanceManufacturer
-
-
Uses of MethodManagedFunctionBuilder.MethodObjectInstanceManufacturer in net.officefloor.plugin.managedfunction.clazz
Methods in net.officefloor.plugin.managedfunction.clazz that return MethodManagedFunctionBuilder.MethodObjectInstanceManufacturer Modifier and Type Method Description protected MethodManagedFunctionBuilder.MethodObjectInstanceManufacturer
AbstractFunctionManagedFunctionSource. createMethodObjectInstanceManufacturer(java.lang.Class<?> clazz)
Methods in net.officefloor.plugin.managedfunction.clazz with parameters of type MethodManagedFunctionBuilder.MethodObjectInstanceManufacturer Modifier and Type Method Description ManagedFunctionTypeBuilder<Indexed,Indexed>
MethodManagedFunctionBuilder. buildMethod(java.lang.reflect.Method method, java.lang.Class<?> instanceClass, MethodManagedFunctionBuilder.MethodObjectInstanceManufacturer methodObjectInstanceManufacturer, FunctionNamespaceBuilder namespaceBuilder, ManagedFunctionSourceContext context)
Builds theManagedFunction
. -
Uses of MethodManagedFunctionBuilder.MethodObjectInstanceManufacturer in net.officefloor.polyglot.kotlin
Methods in net.officefloor.polyglot.kotlin that return MethodManagedFunctionBuilder.MethodObjectInstanceManufacturer Modifier and Type Method Description protected MethodManagedFunctionBuilder.MethodObjectInstanceManufacturer
KotlinManagedFunctionSource. createMethodObjectInstanceManufacturer(java.lang.Class<?> clazz)
-
Uses of MethodManagedFunctionBuilder.MethodObjectInstanceManufacturer in net.officefloor.polyglot.scala
Methods in net.officefloor.polyglot.scala that return MethodManagedFunctionBuilder.MethodObjectInstanceManufacturer Modifier and Type Method Description protected MethodManagedFunctionBuilder.MethodObjectInstanceManufacturer
ScalaManagedFunctionSource. createMethodObjectInstanceManufacturer(java.lang.Class<?> clazz)
-