Uses of Enum Class
com.bobocode.bring.core.domain.BeanScope
Packages that use BeanScope
-
Uses of BeanScope in com.bobocode.bring.core.domain
Fields in com.bobocode.bring.core.domain declared as BeanScopeMethods in com.bobocode.bring.core.domain that return BeanScope -
Uses of BeanScope in com.bobocode.bring.core.utils
Methods in com.bobocode.bring.core.utils that return BeanScopeModifier and TypeMethodDescriptionBeanScopeUtils.findBeanScope
(Class<?> clazz) Finds the bean scope specified by theScope
annotation on the given class.BeanScopeUtils.findBeanScope
(Method method) Finds the bean scope specified by theScope
annotation on the given method.Methods in com.bobocode.bring.core.utils that return types with arguments of type BeanScopeModifier and TypeMethodDescriptionBeanScopeUtils.getAllScopes()
Retrieves all available bean scopes.