Uses of Class
org.restheart.graphql.models.TypeMapping
Packages that use TypeMapping
-
Uses of TypeMapping in org.restheart.graphql.models
Subclasses of TypeMapping in org.restheart.graphql.modelsMethods in org.restheart.graphql.models that return types with arguments of type TypeMappingMethod parameters in org.restheart.graphql.models with type arguments of type TypeMappingModifier and TypeMethodDescriptionGraphQLApp.Builder.mappings(Map<String,TypeMapping> mappings)voidGraphQLApp.setMappings(Map<String,TypeMapping> mappings)Constructor parameters in org.restheart.graphql.models with type arguments of type TypeMappingModifierConstructorDescriptionGraphQLApp(AppDescriptor descriptor, String schema, Map<String,TypeMapping> mappings, graphql.schema.GraphQLSchema executableSchema)