Uses of Interface
net.officefloor.frame.api.managedobject.function.ManagedObjectFunctionEnhancer
Packages that use ManagedObjectFunctionEnhancer
Package
Description
-
Uses of ManagedObjectFunctionEnhancer in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build with parameters of type ManagedObjectFunctionEnhancerModifier and TypeMethodDescriptionvoidManagedObjectBuilder.addFunctionEnhancer(ManagedObjectFunctionEnhancer functionEnhancer) Adds aManagedObjectFunctionEnhancer. -
Uses of ManagedObjectFunctionEnhancer in net.officefloor.frame.impl.construct.managedobjectsource
Methods in net.officefloor.frame.impl.construct.managedobjectsource that return ManagedObjectFunctionEnhancerMethods in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type ManagedObjectFunctionEnhancerModifier and TypeMethodDescriptionvoidManagedObjectBuilderImpl.addFunctionEnhancer(ManagedObjectFunctionEnhancer functionEnhancer) String[]ManagedObjectSourceContextImpl.flagInitOver(ManagedObjectFunctionEnhancer[] enhancers) Indicates that theManagedObjectSource.init(ManagedObjectSourceContext)method has completed. -
Uses of ManagedObjectFunctionEnhancer in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return ManagedObjectFunctionEnhancerModifier and TypeMethodDescriptionManagedObjectSourceConfiguration.getManagedObjectFunctionEnhancers()Obtains theManagedObjectFunctionEnhancerinstances.