Uses of Class
io.smallrye.graphql.schema.model.Reference
-
-
Uses of Reference in io.smallrye.graphql.schema.model
Subclasses of Reference in io.smallrye.graphql.schema.model Modifier and Type Class Description classEnumTypeRepresent an enum type in the Schema.classInputTypeRepresent a GraphQL Input Type.classTypeRepresent a GraphQL Type.Methods in io.smallrye.graphql.schema.model that return Reference Modifier and Type Method Description static ReferenceScalars. getFormattedScalar(String className)ReferenceAdaptWith. getFromReference()static ReferenceScalars. getIDScalar(String className)ReferenceAdaptTo. getReference()ReferenceField. getReference()static ReferenceScalars. getScalar(String identifier)ReferenceOperation. getSourceFieldOn()ReferenceAdaptWith. getToReference()Methods in io.smallrye.graphql.schema.model that return types with arguments of type Reference Modifier and Type Method Description Set<Reference>Type. getInterfaces()Map<String,Reference>Reference. getParametrizedTypeArguments()Methods in io.smallrye.graphql.schema.model with parameters of type Reference Modifier and Type Method Description voidType. addInterface(Reference interfaceType)voidAdaptWith. setFromReference(Reference fromReference)voidAdaptTo. setReference(Reference reference)voidField. setReference(Reference reference)voidOperation. setSourceFieldOn(Reference sourceFieldOn)voidAdaptWith. setToReference(Reference toReference)Method parameters in io.smallrye.graphql.schema.model with type arguments of type Reference Modifier and Type Method Description voidType. setInterfaces(Set<Reference> interfaces)voidReference. setParametrizedTypeArguments(Map<String,Reference> parametrizedTypeArguments)Constructors in io.smallrye.graphql.schema.model with parameters of type Reference Constructor Description AdaptTo(Reference reference)AdaptWith(String adapterInterface, String fromMethod, String toMethod, String adapterClass, Reference fromReference, Reference toReference)Argument(String methodArgumentName, String methodName, String propertyName, String name, Reference reference)Field(String methodName, String propertyName, String name, Reference reference)Operation(String className, String methodName, String propertyName, String name, Reference reference, OperationType operationType, Execute execute)Reference(Reference reference)Constructor parameters in io.smallrye.graphql.schema.model with type arguments of type Reference Constructor Description Reference(String className, String name, ReferenceType type, String graphQlClassName, Map<String,Reference> parametrizedTypeArguments, boolean addParametrizedTypeNameExtension)Reference(String className, String name, ReferenceType type, String graphQlClassName, Map<String,Reference> parametrizedTypeArguments, boolean addParametrizedTypeNameExtension, AdaptTo adaptTo, AdaptWith adaptWith, List<DirectiveInstance> directiveInstances)Reference(String className, String name, ReferenceType type, Map<String,Reference> parametrizedTypeArguments, boolean addParametrizedTypeNameExtension)
-