public class BeanProperty extends Object implements Property
| Constructor and Description |
|---|
BeanProperty(String name,
Class<?> type,
ParameterizedType genericType,
Annotation[] annotations) |
BeanProperty(String name,
Class<?> type,
ParameterizedType genericType,
Annotation[] annotations,
String caption) |
| Modifier and Type | Method and Description |
|---|---|
Annotation[] |
annotations() |
String |
caption() |
ParameterizedType |
genericType() |
Object |
get(Item item) |
String |
name() |
String |
toString() |
Class<?> |
type() |
public BeanProperty(String name, Class<?> type, ParameterizedType genericType, Annotation[] annotations)
public BeanProperty(String name, Class<?> type, ParameterizedType genericType, Annotation[] annotations, String caption)
public Annotation[] annotations()
annotations in interface Propertypublic ParameterizedType genericType()
genericType in interface PropertyCopyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.