Uses of Class
io.helidon.microprofile.grpc.core.AnnotatedMethod
Packages that use AnnotatedMethod
-
Uses of AnnotatedMethod in io.helidon.microprofile.grpc.core
Methods in io.helidon.microprofile.grpc.core that return AnnotatedMethodModifier and TypeMethodDescriptionstatic AnnotatedMethodCreate anAnnotatedMethodinstance from aJava method.Methods in io.helidon.microprofile.grpc.core that return types with arguments of type AnnotatedMethodModifier and TypeMethodDescriptionAnnotatedMethodList.iterator()Iterator over the list ofannotated methodscontained in this method list.AnnotatedMethodList.stream()Methods in io.helidon.microprofile.grpc.core with parameters of type AnnotatedMethodModifier and TypeMethodDescriptionstatic StringAbstractServiceBuilder.determineMethodName(AnnotatedMethod method, GrpcMethod annotation) Determine the name to use from the method.<ReqT,RespT>
MethodHandler<ReqT,RespT> BidirectionalMethodHandlerSupplier.get(String methodName, AnnotatedMethod method, Supplier<?> instance) <ReqT,RespT>
MethodHandler<ReqT,RespT> ClientStreamingMethodHandlerSupplier.get(String methodName, AnnotatedMethod method, Supplier<?> instance) <ReqT,RespT>
MethodHandler<ReqT,RespT> MethodHandlerSupplier.get(String methodName, AnnotatedMethod method, Supplier<?> instance) Supply aMethodHandlerfor a method.<ReqT,RespT>
MethodHandler<ReqT,RespT> ServerStreamingMethodHandlerSupplier.get(String methodName, AnnotatedMethod method, Supplier<?> instance) <ReqT,RespT>
MethodHandler<ReqT,RespT> UnaryMethodHandlerSupplier.get(String methodName, AnnotatedMethod method, Supplier<?> instance) booleanBidirectionalMethodHandlerSupplier.supplies(AnnotatedMethod method) booleanClientStreamingMethodHandlerSupplier.supplies(AnnotatedMethod method) booleanMethodHandlerSupplier.supplies(AnnotatedMethod method) Determine whether thisMethodHandlerSuppliercan supply aMethodHandlerfor a given method and type.booleanServerStreamingMethodHandlerSupplier.supplies(AnnotatedMethod method) booleanUnaryMethodHandlerSupplier.supplies(AnnotatedMethod method) Method parameters in io.helidon.microprofile.grpc.core with type arguments of type AnnotatedMethodModifier and TypeMethodDescriptionAnnotatedMethodList.filter(Predicate<AnnotatedMethod> predicate) Created a new method list containing only the methods supported by themethod list predicate.