Class SourceOperationHelper

java.lang.Object
io.smallrye.graphql.schema.helper.SourceOperationHelper

public class SourceOperationHelper extends Object
Finds all @Source fields. Creates a map of fields that needs to be added to certain Objects due to @Source annotation
Author:
Phillip Kruger (phillip.kruger@redhat.com)
  • Constructor Details

    • SourceOperationHelper

      public SourceOperationHelper()
  • Method Details

    • getSourceAnnotations

      public Map<org.jboss.jandex.DotName,List<org.jboss.jandex.MethodParameterInfo>> getSourceAnnotations()
    • getSourceListAnnotations

      public Map<org.jboss.jandex.DotName,List<org.jboss.jandex.MethodParameterInfo>> getSourceListAnnotations()