Uses of Class
io.smallrye.graphql.schema.model.DirectiveInstance
-
-
Uses of DirectiveInstance in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return types with arguments of type DirectiveInstance Modifier and Type Method Description Collection<DirectiveInstance>EnumValue. getDirectiveInstances()List<DirectiveInstance>Field. getDirectiveInstances()List<DirectiveInstance>Reference. getDirectiveInstances()Methods in io.smallrye.graphql.schema.model with parameters of type DirectiveInstance Modifier and Type Method Description voidReference. addDirectiveInstance(DirectiveInstance directiveInstance)Method parameters in io.smallrye.graphql.schema.model with type arguments of type DirectiveInstance Modifier and Type Method Description voidField. addDirectiveInstances(List<DirectiveInstance> directiveInstances)Reference.BuilderReference.Builder. directiveInstances(List<DirectiveInstance> directiveInstances)voidField. setDirectiveInstances(List<DirectiveInstance> directiveInstances)voidReference. setDirectiveInstances(List<DirectiveInstance> directiveInstances)Constructor parameters in io.smallrye.graphql.schema.model with type arguments of type DirectiveInstance Constructor Description EnumValue(String description, String value, List<DirectiveInstance> directiveInstances)
-