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 Summary
Constructors Constructor Description SourceOperationHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<org.jboss.jandex.DotName,List<org.jboss.jandex.MethodParameterInfo>>getSourceAnnotations()Map<org.jboss.jandex.DotName,List<org.jboss.jandex.MethodParameterInfo>>getSourceListAnnotations()
-