| Package | Description |
|---|---|
| br.ufsc.bridge.metafy |
| Modifier and Type | Class and Description |
|---|---|
class |
MetaBean<T>
MetaBean provides base class for BeanMeta
|
class |
MetaList<TYPE> |
class |
MetaSet<TYPE> |
| Modifier and Type | Method and Description |
|---|---|
protected <TYPE> MetaField<TYPE> |
MetaBean.createField(Class<TYPE> fieldType,
String fieldName) |
MetaField<?> |
MetaField.getParent() |
| Constructor and Description |
|---|
MetaField(MetaField<?> parent,
Class<T> type,
String alias) |
MetaList(MetaField<?> parent,
String alias) |
MetaSet(MetaField<?> parent,
String alias) |
Copyright © 2018. All rights reserved.