Class BeanInjectionInfo
java.lang.Object
org.pentaho.di.core.injection.bean.BeanInjectionInfo
Storage for bean annotations info for Metadata Injection and Load/Save.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addInjectionProperty
(Injection metaInj, BeanLevelInfo leaf) Class<?>
getDescription
(String name) static boolean
isInjectionSupported
(Class<?> clazz)
-
Field Details
-
clazz
-
-
Constructor Details
-
BeanInjectionInfo
-
-
Method Details
-
isInjectionSupported
-
getBeanInjectionClass
-
getLocalizationPrefix
-
getProperties
-
getGroups
-
addInjectionProperty
-
getDescription
-
checkMetaDataInjectionBeanAgainstMessages
- Returns:
- A human friendly message listing any metadata injection properties for the target class that do not have localized values. Returns null if everything is ok
-