public class GetterFieldReader extends Object implements FieldReader
| Modifier and Type | Field and Description |
|---|---|
static Function<String,String> |
LOWER_TO_UPPER |
| Constructor and Description |
|---|
GetterFieldReader() |
| Modifier and Type | Method and Description |
|---|---|
Annotations |
annotations() |
static Stream<Match<FieldReader>> |
detect(JavaType type,
String fieldName,
JavaType fieldType) |
JavaType |
fieldType() |
Object |
read(Object instance) |
public Object read(Object instance)
read in interface FieldReaderpublic Annotations annotations()
annotations in interface FieldReaderpublic JavaType fieldType()
fieldType in interface FieldReaderCopyright © 2016. All rights reserved.