Class GrpcMethodHierarchy
java.lang.Object
io.helidon.declarative.codegen.grpc.GrpcMethodHierarchy
Resolves the effective instance-method set of a declarative gRPC endpoint.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<TypedElementInfo> Resolve effective instance methods, including the complete superclass and interface hierarchy.
-
Method Details
-
methods
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
-