Uses of Class
io.smallrye.graphql.client.model.Annotations
-
Packages that use Annotations Package Description io.smallrye.graphql.client.model -
-
Uses of Annotations in io.smallrye.graphql.client.model
Methods in io.smallrye.graphql.client.model that return Annotations Modifier and Type Method Description static AnnotationsAnnotations. getAnnotationsForArgument(org.jboss.jandex.MethodInfo methodInfo, short pos)Used when we are creating operation and arguments for these operationsstatic AnnotationsAnnotations. getAnnotationsForArray(org.jboss.jandex.Type typeInCollection, org.jboss.jandex.Type methodTypeInCollection)Get used when creating arrays.static AnnotationsAnnotations. getAnnotationsForClass(org.jboss.jandex.ClassInfo classInfo)Get used when we create types and references to themstatic AnnotationsAnnotations. getAnnotationsForMethod(org.jboss.jandex.MethodInfo methodInfo)Get used when creating operations.AnnotationsAnnotations. removeAnnotations(org.jboss.jandex.DotName... annotations)
-