Interface GraphQLParameterEncounter<A extends Annotation>

Type Parameters:
A -

public interface GraphQLParameterEncounter<A extends Annotation>
Encounter used together with GraphQLParameterResolver.
  • Method Summary

    Modifier and Type Method Description
    A getAnnotation()
    Get the annotation.
    GraphQLResolverContext getContext()
    Get the context that can be used to resolve things such as output and input types.
    se.l4.commons.types.reflect.TypeRef getType()
    Get the type of the parameter being resolved.
  • Method Details

    • getContext

      Get the context that can be used to resolve things such as output and input types.
      Returns:
    • getAnnotation

      A getAnnotation()
      Get the annotation.
      Returns:
    • getType

      se.l4.commons.types.reflect.TypeRef getType()
      Get the type of the parameter being resolved.
      Returns: