public interface FieldsAtRuntime extends Fields
| Modifier and Type | Method and Description |
|---|---|
default boolean |
matches(String className,
String fieldName,
String fieldDescriptor)
defines matching with compile time field specifications.
|
byDescription, byDescription, byName, matchesdefault boolean matches(String className, String fieldName, String fieldDescriptor)
Fieldsmatches in interface FieldsclassName - the internal name of the class (e.g. java/lang/String for java.lang.String)fieldName - the name of the field (e.g chars)fieldDescriptor - the type descriptor of the field (e.g. [C; for char[])Copyright © 2020. All rights reserved.