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
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddInjectionProperty(Injection metaInj, BeanLevelInfo leaf) Class<?>getDescription(String name) static booleanisInjectionSupported(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
-