Uses of Class
org.nuiton.jaxx.compiler.BeanScope
-
Packages that use BeanScope Package Description org.nuiton.jaxx.compiler -
-
Uses of BeanScope in org.nuiton.jaxx.compiler
Methods in org.nuiton.jaxx.compiler that return types with arguments of type BeanScope Modifier and Type Method Description Optional<BeanScope>CompiledObject. getBeanScope()Optional<BeanScope>JAXXCompiler. getBeanScope()Methods in org.nuiton.jaxx.compiler with parameters of type BeanScope Modifier and Type Method Description voidJAXXCompiler. registerBeanScope(BeanScope beanScope)voidCompiledObject. setBeanScope(BeanScope beanScope)
-