Package com.facebook.buck.rules.keys
Interface ValueExtractor
-
- All Known Implementing Classes:
FieldValueExtractor
,ValueMethodValueExtractor
public interface ValueExtractor
Extracts a value, e.g. by reflection. Used byAlterRuleKey
implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFullyQualifiedName()
String
getName()
Object
getValue(Object obj)
-