Class ConfigMappingListener
java.lang.Object
io.quarkus.annotation.processor.documentation.config.scanner.ConfigMappingListener
- All Implemented Interfaces:
ConfigAnnotationListener
-
Constructor Summary
ConstructorsConstructorDescriptionConfigMappingListener(Config config, Utils utils, ConfigCollector configCollector) -
Method Summary
Modifier and TypeMethodDescriptiononConfigGroup(TypeElement configGroup) onConfigRoot(TypeElement configRoot) voidonEnclosedMethod(DiscoveryRootElement discoveryRootElement, TypeElement clazz, ExecutableElement method, ResolvedType resolvedType) voidonResolvedEnum(TypeElement enumTypeElement) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.annotation.processor.documentation.config.scanner.ConfigAnnotationListener
finalizeProcessing, onEnclosedField, onInterface, onSuperclass
-
Constructor Details
-
ConfigMappingListener
ConfigMappingListener(Config config, Utils utils, ConfigCollector configCollector)
-
-
Method Details
-
onConfigRoot
- Specified by:
onConfigRootin interfaceConfigAnnotationListener
-
onEnclosedMethod
public void onEnclosedMethod(DiscoveryRootElement discoveryRootElement, TypeElement clazz, ExecutableElement method, ResolvedType resolvedType) - Specified by:
onEnclosedMethodin interfaceConfigAnnotationListener
-
onConfigGroup
- Specified by:
onConfigGroupin interfaceConfigAnnotationListener
-
onResolvedEnum
- Specified by:
onResolvedEnumin interfaceConfigAnnotationListener
-