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 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)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 Reference(String className, String name, ReferenceType type, String graphQlClassName, Map<String,Reference> parametrizedTypeArguments, boolean addParametrizedTypeNameExtension, AdaptTo adaptTo, AdaptWith adaptWith, List<DirectiveInstance> directiveInstances)
-