Annotation Encode Value Matcher
Functions
Create annotationValue matcher.
----------------Create arrayValue matcher.
----------------Create boolValue matcher.
----------------Create byteValue matcher.
----------------Create charValue matcher.
----------------Create classValue matcher.
----------------Create doubleValue matcher. Because floating-point numbers are affected by precision, so abs(value - realValue) < 1e-6 will match successfully.
Create enumValue matcher. The value of enum is a Field, so here use FieldMatcher.
----------------Create floatValue matcher. Because floating-point numbers are affected by precision, so abs(value - realValue) < 1e-6 will match successfully.
Create intValue matcher.
----------------Create longValue matcher.
----------------Create methodValue matcher. Note: only dalvik.system type annotations contain this element.
Create nullValue matcher. Note: only dalvik.system type annotations contain this element.
Create numberValue matcher.
----------------Create shortValue matcher.
----------------Create stringValue matcher.
----------------