Uses of Class
io.helidon.microprofile.grpc.core.AnnotatedMethod
-
Packages that use AnnotatedMethod Package Description io.helidon.microprofile.grpc.core Core gRPC microprofile classes. -
-
Uses of AnnotatedMethod in io.helidon.microprofile.grpc.core
Methods in io.helidon.microprofile.grpc.core that return AnnotatedMethod Modifier and Type Method Description static AnnotatedMethodAnnotatedMethod. create(Method method)Create anAnnotatedMethodinstance from aJava method.Methods in io.helidon.microprofile.grpc.core that return types with arguments of type AnnotatedMethod Modifier and Type Method Description Iterator<AnnotatedMethod>AnnotatedMethodList. iterator()Iterator over the list ofannotated methodscontained in this method list.Stream<AnnotatedMethod>AnnotatedMethodList. stream()Methods in io.helidon.microprofile.grpc.core with parameters of type AnnotatedMethod Modifier and Type Method Description static 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 AnnotatedMethod Modifier and Type Method Description AnnotatedMethodListAnnotatedMethodList. filter(Predicate<AnnotatedMethod> predicate)Created a new method list containing only the methods supported by themethod list predicate.
-