org.sfm.reflect.meta
public class ListElementPropertyMeta<T,E> extends PropertyMeta<T,E>
reflectService| Constructor and Description |
|---|
ListElementPropertyMeta(String name,
String column,
ReflectionService reflectService,
int index,
ArrayClassMeta<T,E> arrayMetaData,
BooleanSupplier isVerticalList) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
String |
getPath() |
Type |
getType() |
protected Getter<T,E> |
newGetter() |
protected Setter<T,E> |
newSetter() |
String |
toString() |
getClassMeta, getColumn, getGetter, getName, getSetter, isConstructorProperty, isSubProperty, newClassMetapublic ListElementPropertyMeta(String name, String column, ReflectionService reflectService, int index, ArrayClassMeta<T,E> arrayMetaData, BooleanSupplier isVerticalList)
public Type getType()
getType in class PropertyMeta<T,E>public int getIndex()
public String getPath()
getPath in class PropertyMeta<T,E>Copyright © 2015. All rights reserved.