Uses of Class
org.restheart.graphql.models.FieldMapping
Packages that use FieldMapping
-
Uses of FieldMapping in org.restheart.graphql.datafetchers
Fields in org.restheart.graphql.datafetchers declared as FieldMappingConstructors in org.restheart.graphql.datafetchers with parameters of type FieldMapping -
Uses of FieldMapping in org.restheart.graphql.models
Subclasses of FieldMapping in org.restheart.graphql.modelsFields in org.restheart.graphql.models with type parameters of type FieldMappingMethods in org.restheart.graphql.models that return types with arguments of type FieldMappingConstructor parameters in org.restheart.graphql.models with type arguments of type FieldMappingModifierConstructorDescriptionObjectMapping(String typeName, Map<String,FieldMapping> fieldMappingMap)TypeMapping(String typeName, Map<String,FieldMapping> fieldMappingMap)