public static class ArgumentExtractors.FlashExtractor extends Object implements ArgumentExtractor<FlashScope>
| Constructor and Description |
|---|
FlashExtractor() |
| Modifier and Type | Method and Description |
|---|---|
FlashScope |
extract(Context context)
Extract the argument from the context
|
Class<FlashScope> |
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
|
public FlashScope extract(Context context)
ArgumentExtractorextract in interface ArgumentExtractor<FlashScope>context - The argument to extractpublic Class<FlashScope> getExtractedType()
ArgumentExtractorgetExtractedType in interface ArgumentExtractor<FlashScope>public String getFieldName()
ArgumentExtractorgetFieldName in interface ArgumentExtractor<FlashScope>Copyright © 2019 ninjaframework. All rights reserved.