Class GrpcMethodHierarchy

java.lang.Object
io.helidon.declarative.codegen.grpc.GrpcMethodHierarchy

public final class GrpcMethodHierarchy extends Object
Resolves the effective instance-method set of a declarative gRPC endpoint.
  • Method Details

    • methods

      public static List<TypedElementInfo> methods(TypeInfo endpoint)
      Resolve effective instance methods, including the complete superclass and interface hierarchy.
      Parameters:
      endpoint - endpoint type
      Returns:
      effective methods with generic arguments resolved for the endpoint