@FunctionalInterface public interface StaticFinalFieldMatchProcessor
https://github.com/lukehutch/fast-classpath-scanner/wiki/3.5.-Reading-constant-initializer-values-of-static-final-fields
Modifier and Type | Method | Description |
---|---|---|
void |
processMatch(String className,
String fieldName,
Object fieldConstantValue) |
Process a static final field match.
|
void processMatch(String className, String fieldName, Object fieldConstantValue)
className
- The class name, e.g. "com.package.ClassName".fieldName
- The field name, e.g. "STATIC_FIELD_NAME".fieldConstantValue
- The field's constant literal value, read directly from the classfile's constant pool.Copyright © 2018. All rights reserved.