AnnotationFinder<Annotation extends Object> class
abstract
Find an Annotation per field.
- Implementers
Constructors
- AnnotationFinder()
-
Find an
Annotationper field.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
annotationForField(
FieldElement field) → Annotation -
Given a field element, retrieve the
Annotationequivalent -
from(
FieldElement element) → Annotation -
Create a
Annotationbased on aFieldElement -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
objectForField(
FieldElement field) → DartObject? -
Find annotation for
FieldElementif one exists -
toString(
) → String -
A string representation of this object.
inherited
-
valueForDynamicField(
String fieldName, FieldElement element) → dynamic - Return the actual value for fields of an element that could be one of any primitive
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited