T - bean typepublic class MetaBean<T> extends MetaField<T>
| Constructor and Description |
|---|
MetaBean(Class<T> type) |
MetaBean(MetaBean<?> parent,
Class<T> type) |
MetaBean(MetaBean<?> parent,
Class<T> type,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
protected <TYPE> MetaField<TYPE> |
createField(Class<TYPE> fieldType,
String fieldName) |
protected <TYPE> MetaList<TYPE> |
createList(String fieldName) |
protected <TYPE> MetaSet<TYPE> |
createSet(String fieldName) |
Copyright © 2018. All rights reserved.