Uses of Class
io.smallrye.graphql.client.model.Annotations
Packages that use Annotations
-
Uses of Annotations in io.smallrye.graphql.client.model
Methods in io.smallrye.graphql.client.model that return AnnotationsModifier and TypeMethodDescriptionstatic 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.Annotations.removeAnnotations(org.jboss.jandex.DotName... annotations)