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.modelModifier and TypeClassDescriptionfinal classfinal classRepresent an enum type in the Schema.final classRepresent a GraphQL Input Type.final classRepresent a GraphQL Type.final classMethods in io.smallrye.graphql.schema.model that return ReferenceModifier and TypeMethodDescriptionReference.Builder.build()static ReferenceScalars.getBigDecimalScalar()static ReferenceScalars.getBigIntegerScalar()Reference.getClassParametrizedType(String name) static ReferenceScalars.getFormattedScalar(String className) AdaptWith.getFromReference()static ReferenceScalars.getIDScalar(String className) static ReferenceScalars.getIntScalar()AdaptTo.getReference()Field.getReference()static ReferenceOperation.getSourceFieldOn()static ReferenceScalars.getStringScalar()AdaptWith.getToReference()Methods in io.smallrye.graphql.schema.model that return types with arguments of type ReferenceModifier and TypeMethodDescriptionReference.getAllParametrizedTypes()Reference.getClassParametrizedTypes()Type.getInterfaces()Reference.getParentClassParametrizedTypes()Type.getUnionMemberships()Methods in io.smallrye.graphql.schema.model with parameters of type ReferenceModifier and TypeMethodDescriptionvoidType.addInterface(Reference interfaceType) voidbooleanType.isMemberOfUnion(Reference unionType) 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 ReferenceModifier and TypeMethodDescriptionReference.Builder.classParametrizedTypes(Map<String, Reference> classParametrizedTypes) Reference.Builder.extendedClassParametrizedTypes(Map<String, Reference> extendedClassParametrizedTypes) voidReference.setClassParametrizedTypes(Map<String, Reference> classParametrizedTypes) voidType.setInterfaces(Set<Reference> interfaces) voidReference.setParentClassParametrizedTypes(Map<String, Reference> parentClassParametrizedTypes) Constructors in io.smallrye.graphql.schema.model with parameters of type ReferenceModifierConstructorDescriptionAdaptWith(String adapterInterface, String fromMethod, String toMethod, String adapterClass, Reference fromReference, Reference toReference) Argument(String methodArgumentName, String methodName, String propertyName, String name, Reference reference) Operation(String className, String methodName, String propertyName, String name, Reference reference, OperationType operationType, Execute execute)