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>
path
int
pathArraysCount
-
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 String
getDescription()
String
getGroupName()
String
getName()
List<BeanLevelInfo>
getPath()
Class<?>
getPropertyClass()
boolean
isRequire()
-
-
-
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)
-
-