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, matches
default boolean matches(String className, String fieldName, String fieldDescriptor)
Fields
matches
in interface Fields
className
- 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.