Uses of Interface
org.kuali.rice.krad.datadictionary.DictionaryBeanProcessor
Packages that use DictionaryBeanProcessor
-
Uses of DictionaryBeanProcessor in org.kuali.rice.krad.datadictionary
Classes in org.kuali.rice.krad.datadictionary that implement DictionaryBeanProcessorModifier and TypeClassDescriptionclassBase class for dictionary bean processors that provides utility methodsclassDictionary bean processor that retrieves external messages for bean definitions and alters the bean definitions to use the external textMethod parameters in org.kuali.rice.krad.datadictionary with type arguments of type DictionaryBeanProcessorModifier and TypeMethodDescriptionprotected StringDictionaryBeanFactoryPostProcessor.processArrayStringPropertyValue(String propertyName, Object[] propertyValue, String elementValue, int elementIndex, Stack<org.springframework.beans.factory.config.BeanDefinitionHolder> nestedBeanStack, List<DictionaryBeanProcessor> beanProcessors) Invokes the processors to handle an array string value (which may be changed)protected StringDictionaryBeanFactoryPostProcessor.processMapStringPropertyValue(String propertyName, Map<?, ?> propertyValue, String elementValue, Object elementKey, Stack<org.springframework.beans.factory.config.BeanDefinitionHolder> nestedBeanStack, List<DictionaryBeanProcessor> beanProcessors) Invokes the processors to handle an map string value (which may be changed)protected StringDictionaryBeanFactoryPostProcessor.processSetStringPropertyValue(String propertyName, Set<?> propertyValue, String elementValue, Stack<org.springframework.beans.factory.config.BeanDefinitionHolder> nestedBeanStack, List<DictionaryBeanProcessor> beanProcessors) Invokes the processors to handle an set string value (which may be changed)