Package org.perfectable.introspection
Class FieldIntrospection
- java.lang.Object
-
- org.perfectable.introspection.FieldIntrospection
-
public final class FieldIntrospection extends Object
Entry point forField
introspections.Use
Introspections.introspect(Field)
to get instance of this class.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationQuery<Annotation>
annotations()
Query for annotations on introspected field.TypeView
typeView()
Extracts actual declared type of field.
-
-
-
Method Detail
-
annotations
public AnnotationQuery<Annotation> annotations()
Query for annotations on introspected field.- Returns:
- query for annotations
-
typeView
public TypeView typeView()
Extracts actual declared type of field.- Returns:
- TypeView of field generic type
-
-