Interface FlagExtractor
- All Known Implementing Classes:
FlagExtractorImpl
Extractor that extracts
flag descriptors from command methods.
The flag instances are then assembled by a FlagAssembler.
-
Method Summary
Modifier and TypeMethodDescriptionextractFlags(@NonNull Method method) Extracts the flags from the givenmethod.
-
Method Details
-
extractFlags
Extracts the flags from the givenmethod.- Parameters:
method- the method- Returns:
- the extracted flags
-