public class BeanProperty extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ROOT_VARIABLE |
| Constructor and Description |
|---|
BeanProperty(String name,
String typeRef,
Class<?> type,
String description,
boolean isRequired) |
| Modifier and Type | Method and Description |
|---|---|
void |
addType(Class<?> type) |
String |
getDescription() |
String |
getName() |
Class<?> |
getType() |
String |
getTypeRef() |
boolean |
isRequired() |
String |
toString() |
public static String ROOT_VARIABLE
Copyright © 2015. All rights reserved.