Uses of Interface
eu.cloudnetservice.driver.network.http.annotation.parser.HttpAnnotationProcessor
Packages that use HttpAnnotationProcessor
-
Uses of HttpAnnotationProcessor in eu.cloudnetservice.driver.network.http.annotation.parser
Classes in eu.cloudnetservice.driver.network.http.annotation.parser that implement HttpAnnotationProcessorModifier and TypeClassDescriptionprivate static final classA processor for the@FirstRequestQueryParamannotation.private static final classA processor for the@RequestBodyannotation.private static final classA processor for the@RequestHeaderannotation.private static final classA processor for the@RequestPathParamannotation.private static final classA processor for the@RequestPathannotation.private static final classA processor for the@RequestQueryParamannotation.Fields in eu.cloudnetservice.driver.network.http.annotation.parser with type parameters of type HttpAnnotationProcessorModifier and TypeFieldDescriptionprivate final Deque<HttpAnnotationProcessor>DefaultHttpAnnotationParser.processorsMethods in eu.cloudnetservice.driver.network.http.annotation.parser that return types with arguments of type HttpAnnotationProcessorModifier and TypeMethodDescriptionDefaultHttpAnnotationParser.annotationProcessors()Get an unmodifiable view of all annotation processors which were registered to this parser.HttpAnnotationParser.annotationProcessors()Get an unmodifiable view of all annotation processors which were registered to this parser.Methods in eu.cloudnetservice.driver.network.http.annotation.parser with parameters of type HttpAnnotationProcessorModifier and TypeMethodDescriptionDefaultHttpAnnotationParser.registerAnnotationProcessor(@NonNull HttpAnnotationProcessor processor) Registers an annotation processor to this parser.HttpAnnotationParser.registerAnnotationProcessor(@NonNull HttpAnnotationProcessor processor) Registers an annotation processor to this parser.DefaultHttpAnnotationParser.unregisterAnnotationProcessor(@NonNull HttpAnnotationProcessor processor) Unregisters an annotation processor from this parser if previously registered.HttpAnnotationParser.unregisterAnnotationProcessor(@NonNull HttpAnnotationProcessor processor) Unregisters an annotation processor from this parser if previously registered.