Uses of Class
io.helidon.microprofile.grpc.core.AnnotatedMethod
-
Uses of AnnotatedMethod in io.helidon.microprofile.grpc.core
Modifier and TypeMethodDescriptionstatic AnnotatedMethod
Create anAnnotatedMethod
instance from aJava method
.Modifier and TypeMethodDescriptionAnnotatedMethodList.iterator()
Iterator over the list ofannotated methods
contained in this method list.AnnotatedMethodList.stream()
Modifier and TypeMethodDescriptionstatic String
AbstractServiceBuilder.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 aMethodHandler
for 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) boolean
BidirectionalMethodHandlerSupplier.supplies
(AnnotatedMethod method) boolean
ClientStreamingMethodHandlerSupplier.supplies
(AnnotatedMethod method) boolean
MethodHandlerSupplier.supplies
(AnnotatedMethod method) Determine whether thisMethodHandlerSupplier
can supply aMethodHandler
for a given method and type.boolean
ServerStreamingMethodHandlerSupplier.supplies
(AnnotatedMethod method) boolean
UnaryMethodHandlerSupplier.supplies
(AnnotatedMethod method) Modifier and TypeMethodDescriptionAnnotatedMethodList.filter
(Predicate<AnnotatedMethod> predicate) Created a new method list containing only the methods supported by themethod list predicate
.