| Modifier and Type | Method and Description |
|---|---|
<T> FieldMapper<T> |
FieldMapper.Stage.apply(Class<T> type)
Returns a
FieldMapper for a given Class. |
static <T> FieldMapper<T> |
FieldMapper.simple(Class<T> type)
Returns a
FieldMapper that can represent all significant fields of an instance as a
Map. |
Copyright © 2019. All rights reserved.