Class FlagExtractorImpl
java.lang.Object
org.incendo.cloud.annotations.extractor.FlagExtractorImpl
- All Implemented Interfaces:
FlagExtractor
-
Constructor Summary
ConstructorsConstructorDescriptionFlagExtractorImpl(@NonNull AnnotationParser<?> annotationParser) Creates a new flag extractor. -
Method Summary
Modifier and TypeMethodDescriptionextractFlags(@NonNull Method method) Extracts the flags from the givenmethod.
-
Constructor Details
-
FlagExtractorImpl
Creates a new flag extractor.- Parameters:
annotationParser- annotation parser
-
-
Method Details
-
extractFlags
Description copied from interface:FlagExtractorExtracts the flags from the givenmethod.- Specified by:
extractFlagsin interfaceFlagExtractor- Parameters:
method- the method- Returns:
- the extracted flags
-