public interface ArgumentExtractor<T>
Modifier and Type | Method and Description |
---|---|
T |
extract(Context context)
Extract the argument from the context
|
java.lang.Class<T> |
getExtractedType()
Get the type of the argument that is extracted
|
java.lang.String |
getFieldName()
Get the field name that is being extracted, if this value is
extracted from a field
|
T extract(Context context)
context
- The argument to extractjava.lang.Class<T> getExtractedType()
java.lang.String getFieldName()
Copyright © 2014. All Rights Reserved.