Uses of Class
org.apache.hop.core.injection.bean.BeanInjectionInfo
-
Packages that use BeanInjectionInfo Package Description org.apache.hop.core.injection.bean -
-
Uses of BeanInjectionInfo in org.apache.hop.core.injection.bean
Methods in org.apache.hop.core.injection.bean with parameters of type BeanInjectionInfo Modifier and Type Method Description voidBeanLevelInfo. init(BeanInjectionInfo info)voidBeanLevelInfo. init(BeanInjectionInfo info, Map<String,Type> ownerGenericsInfo)protected voidBeanLevelInfo. introspect(BeanInjectionInfo info, Field[] fields, Method[] methods, Map<String,Type> genericsInfo)Introspect fields and methods of some class.Constructors in org.apache.hop.core.injection.bean with parameters of type BeanInjectionInfo Constructor Description BeanInjector(BeanInjectionInfo<Meta> info, IHopMetadataProvider metadataProvider)
-