Uses of Enum Class
com.bobocode.bring.core.domain.ProxyMode
Packages that use ProxyMode
-
Uses of ProxyMode in com.bobocode.bring.core.domain
Fields in com.bobocode.bring.core.domain declared as ProxyModeMethods in com.bobocode.bring.core.domain that return ProxyMode -
Uses of ProxyMode in com.bobocode.bring.core.utils
Methods in com.bobocode.bring.core.utils that return ProxyModeModifier and TypeMethodDescriptionBeanScopeUtils.findProxyMode
(Class<?> clazz) Finds the proxy mode specified by theScope
annotation on the given class.BeanScopeUtils.findProxyMode
(Method method) Finds the proxy mode specified by theScope
annotation on the given method.Methods in com.bobocode.bring.core.utils that return types with arguments of type ProxyModeModifier and TypeMethodDescriptionBeanScopeUtils.getAllProxyModes()
Retrieves all available proxy modes.