Uses of Class
net.officefloor.plugin.managedfunction.clazz.MethodManagedFunctionBuilder.MethodManagedFunctionFactoryContext
-
-
Uses of MethodManagedFunctionBuilder.MethodManagedFunctionFactoryContext in net.officefloor.plugin.managedfunction.clazz
Subclasses of MethodManagedFunctionBuilder.MethodManagedFunctionFactoryContext in net.officefloor.plugin.managedfunction.clazz Modifier and Type Class Description static class
MethodManagedFunctionBuilder.EnrichManagedFunctionTypeContext
Context for creating theManagedFunctionTypeBuilder
.Methods in net.officefloor.plugin.managedfunction.clazz with parameters of type MethodManagedFunctionBuilder.MethodManagedFunctionFactoryContext Modifier and Type Method Description protected ManagedFunctionFactory<Indexed,Indexed>
MethodManagedFunctionBuilder. createManagedFunctionFactory(MethodManagedFunctionBuilder.MethodManagedFunctionFactoryContext context)
Allows overriding the creation of theManagedFunctionFactory
. -
Uses of MethodManagedFunctionBuilder.MethodManagedFunctionFactoryContext in net.officefloor.plugin.section.clazz
Methods in net.officefloor.plugin.section.clazz with parameters of type MethodManagedFunctionBuilder.MethodManagedFunctionFactoryContext Modifier and Type Method Description protected ManagedFunctionFactory<Indexed,Indexed>
SectionClassManagedFunctionSource.SectionMethodManagedFunctionBuilder. createManagedFunctionFactory(MethodManagedFunctionBuilder.MethodManagedFunctionFactoryContext context)
-
Uses of MethodManagedFunctionBuilder.MethodManagedFunctionFactoryContext in net.officefloor.polyglot.kotlin
Methods in net.officefloor.polyglot.kotlin with parameters of type MethodManagedFunctionBuilder.MethodManagedFunctionFactoryContext Modifier and Type Method Description protected ManagedFunctionFactory<Indexed,Indexed>
KotlinManagedFunctionSource.KotlinMethodManagedFunctionBuilder. createManagedFunctionFactory(MethodManagedFunctionBuilder.MethodManagedFunctionFactoryContext context)
-
Uses of MethodManagedFunctionBuilder.MethodManagedFunctionFactoryContext in net.officefloor.polyglot.scala
Methods in net.officefloor.polyglot.scala with parameters of type MethodManagedFunctionBuilder.MethodManagedFunctionFactoryContext Modifier and Type Method Description protected ManagedFunctionFactory<Indexed,Indexed>
ScalaManagedFunctionSource.ScalaMethodManagedFunctionBuilder. createManagedFunctionFactory(MethodManagedFunctionBuilder.MethodManagedFunctionFactoryContext context)
-