Uses of Class
tigase.kernel.core.BeanConfig.Source
-
Packages that use BeanConfig.Source Package Description tigase.kernel.core -
-
Uses of BeanConfig.Source in tigase.kernel.core
Methods in tigase.kernel.core that return BeanConfig.Source Modifier and Type Method Description BeanConfig.Source
BeanConfig. getSource()
Returns information about source of the bean registration (annotation, code, config, etc.)static BeanConfig.Source
BeanConfig.Source. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BeanConfig.Source[]
BeanConfig.Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.kernel.core with parameters of type BeanConfig.Source Modifier and Type Method Description BeanConfigBuilder
BeanConfigBuilder. setSource(BeanConfig.Source source)
-