Uses of Class
io.smallrye.graphql.schema.model.DirectiveArgument
-
-
Uses of DirectiveArgument in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return DirectiveArgument Modifier and Type Method Description DirectiveArgumentDirectiveType. argumentType(String name)Methods in io.smallrye.graphql.schema.model that return types with arguments of type DirectiveArgument Modifier and Type Method Description Map<String,DirectiveArgument>DirectiveType. argumentTypesAsMap()Helper 'getter' methods, but DON'T add 'get' into their names, otherwise it breaks Quarkus bytecode recording, because they would be detected as actual property getters while they are actually notList<DirectiveArgument>DirectiveType. getArgumentTypes()Methods in io.smallrye.graphql.schema.model with parameters of type DirectiveArgument Modifier and Type Method Description voidDirectiveType. addArgumentType(DirectiveArgument type)Method parameters in io.smallrye.graphql.schema.model with type arguments of type DirectiveArgument Modifier and Type Method Description voidDirectiveType. setArgumentTypes(List<DirectiveArgument> argumentTypes)
-