public interface ArgumentExtractor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
extract(Context context)
Extract the argument from the context
|
Class<T> |
getExtractedType()
Get the type of the argument that is extracted
|
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 extractClass<T> getExtractedType()
String getFieldName()
Copyright © 2019 ninjaframework. All rights reserved.