Uses of Interface
net.officefloor.plugin.section.clazz.loader.ClassSectionLoaderContext
-
Packages that use ClassSectionLoaderContext Package Description net.officefloor.plugin.section.clazz.loader -
-
Uses of ClassSectionLoaderContext in net.officefloor.plugin.section.clazz.loader
Subinterfaces of ClassSectionLoaderContext in net.officefloor.plugin.section.clazz.loader Modifier and Type Interface Description interface
FunctionClassSectionLoaderContext
Context for theClassSectionLoader
.interface
ObjectClassSectionLoaderContext
Context for theClassSectionLoader
.Classes in net.officefloor.plugin.section.clazz.loader that implement ClassSectionLoaderContext Modifier and Type Class Description class
ClassSectionLoader
Class
loader forSectionSource
.Methods in net.officefloor.plugin.section.clazz.loader with parameters of type ClassSectionLoaderContext Modifier and Type Method Description java.lang.String
FunctionDecoration. getFunctionName(ManagedFunctionType<?,?> functionType, ClassSectionLoaderContext loaderContext)
Obtains theManagedFunction
name from theManagedFunctionType
.boolean
FunctionDecoration. isIncludeFunction(ManagedFunctionType<?,?> functionType, ClassSectionLoaderContext loaderContext)
Indicates if includeManagedFunctionType
.
-