ArtifactFieldInfo class
- Inheritance
-
- Object
- ArtifactMirrorBase
- ArtifactFieldInfo
Constructors
- ArtifactFieldInfo($AFld field)
-
const
Properties
Methods
-
bind(
Object instance) → ArtifactFieldMirror -
getAnnotations<
T> ([Type? type]) → Iterable< T> -
override
-
getValue(
Object instance) → Object? -
hasAnnotation<
T> ([Type? type]) → bool -
override
-
mapFieldType<
R> (R mapper< T>() ) → R -
mapFieldValue<
R> (Object? value, R mapper< T>(T value) ) → R -
mapOwnerType<
R> (R mapper< T>() ) → R -
mapOwnerValue<
R> (Object? value, R mapper< T>(T value) ) → R -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setValue(
Object instance, Object? value) → Object -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited