public class AnnotatedFieldReader extends Object implements FieldReader
| Constructor and Description |
|---|
AnnotatedFieldReader() |
| Modifier and Type | Method and Description |
|---|---|
Annotations |
annotations() |
JavaType |
fieldType() |
static <T extends Annotation> |
forAnnotation(Class<T> annotation,
Function<T,String> annotationValue) |
Object |
read(Object instance) |
public Object read(Object instance)
read in interface FieldReaderpublic Annotations annotations()
annotations in interface FieldReaderpublic JavaType fieldType()
fieldType in interface FieldReaderpublic static <T extends Annotation> FieldReaderDetector forAnnotation(Class<T> annotation, Function<T,String> annotationValue)
Copyright © 2016. All rights reserved.