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 BeanRegistryBeanContext.getBeanRegistry()Returns the lookup table for resolving bean types by name.BeanMeta.getBeanRegistry()Returns the bean registry for this bean.BeanPropertyMeta.getBeanRegistry()Returns the bean dictionary in use for this bean property.final BeanRegistryBeanSession.getBeanRegistry()Returns the bean registry defined in this bean context defined byBeanContext.Builder.beanDictionary(ClassInfo...).ClassMeta.getBeanRegistry()Returns the bean registry for this class.Methods in org.apache.juneau with parameters of type BeanRegistryModifier and TypeMethodDescriptionBeanPropertyMeta.Builder.beanRegistry(BeanRegistry value) Sets the bean registry to use with this bean property.booleanBeanPropertyMeta.Builder.validate(BeanContext bc, BeanRegistry parentBeanRegistry, TypeVariables typeVarImpls, Set<String> bpro, Set<String> bpwo) Validates this bean property configuration.