Uses of Class
io.smallrye.graphql.client.model.helper.DirectiveInstance
-
Packages that use DirectiveInstance Package Description io.smallrye.graphql.client.model.helper -
-
Uses of DirectiveInstance in io.smallrye.graphql.client.model.helper
Methods in io.smallrye.graphql.client.model.helper that return DirectiveInstance Modifier and Type Method Description static DirectiveInstanceDirectiveInstance. of(org.jboss.jandex.AnnotationInstance annotationInstance)Creates and returns a newDirectiveInstancebased on the provided JandexAnnotationInstance.Methods in io.smallrye.graphql.client.model.helper that return types with arguments of type DirectiveInstance Modifier and Type Method Description List<DirectiveInstance>FieldModel. getDirectives()Gets the list of directive instances associated with the field.List<DirectiveInstance>NamedElement. getDirectives()Gets the list of directives associated with the NamedElement.List<DirectiveInstance>OperationModel. getDirectives()List<DirectiveInstance>ParameterModel. getDirectives()
-