Class BeanInjectionInfo.Property
- java.lang.Object
-
- org.pentaho.di.core.injection.bean.BeanInjectionInfo.Property
-
- Enclosing class:
- BeanInjectionInfo
public class BeanInjectionInfo.Property extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<BeanLevelInfo>pathintpathArraysCount
-
Constructor Summary
Constructors Constructor Description Property(String name, String groupName, boolean require, List<BeanLevelInfo> path)Property(String name, String groupName, List<BeanLevelInfo> path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetGroupName()StringgetName()List<BeanLevelInfo>getPath()Class<?>getPropertyClass()booleanisRequire()
-
-
-
Field Detail
-
path
protected final List<BeanLevelInfo> path
-
pathArraysCount
public final int pathArraysCount
-
-
Constructor Detail
-
Property
public Property(String name, String groupName, List<BeanLevelInfo> path)
-
Property
public Property(String name, String groupName, boolean require, List<BeanLevelInfo> path)
-
-