Package com.facebook.buck.rules.keys
Class FieldValueExtractor
- java.lang.Object
-
- com.facebook.buck.rules.keys.FieldValueExtractor
-
- All Implemented Interfaces:
ValueExtractor
public class FieldValueExtractor extends Object implements ValueExtractor
Extracts a value of a given field, that is assumed to be accessible.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFullyQualifiedName()
String
getName()
Object
getValue(Object obj)
-
-
-
Method Detail
-
getFullyQualifiedName
public String getFullyQualifiedName()
- Specified by:
getFullyQualifiedName
in interfaceValueExtractor
-
getName
public String getName()
- Specified by:
getName
in interfaceValueExtractor
-
getValue
@Nullable public Object getValue(Object obj)
- Specified by:
getValue
in interfaceValueExtractor
-
-