Uses of Class
org.apache.juneau.BeanRegistry
Packages that use BeanRegistry
-
Uses of BeanRegistry in org.apache.juneau
Methods in org.apache.juneau that return BeanRegistryModifier and TypeMethodDescriptionprotected final BeanRegistry
BeanContext.getBeanRegistry()
Returns the lookup table for resolving bean types by name.BeanPropertyMeta.getBeanRegistry()
Returns the bean dictionary in use for this bean property.final BeanRegistry
BeanSession.getBeanRegistry()
Returns the bean registry defined in this bean context defined byBeanContext.Builder.beanDictionary(Class...)
.ClassMeta.getBeanRegistry()
Returns the bean registry for this class.Methods in org.apache.juneau with parameters of type BeanRegistryModifier and TypeMethodDescriptionBeanPropertyMeta.Builder.beanRegistry
(BeanRegistry beanRegistry) Sets the bean registry to use with this bean property.