Uses of Interface
io.leangen.graphql.metadata.strategy.value.ValueMapper
-
-
Uses of ValueMapper in io.leangen.graphql.execution
Fields in io.leangen.graphql.execution declared as ValueMapper Modifier and Type Field Description ValueMapperResolutionEnvironment. valueMapperMethods in io.leangen.graphql.execution with parameters of type ValueMapper Modifier and Type Method Description <T,S>
TGlobalEnvironment. convertInput(S input, AnnotatedType type, ValueMapper valueMapper)Constructors in io.leangen.graphql.execution with parameters of type ValueMapper Constructor Description OperationExecutor(Operation operation, ValueMapper valueMapper, GlobalEnvironment globalEnvironment, ResolverInterceptorFactory interceptorFactory)ResolutionEnvironment(Resolver resolver, graphql.schema.DataFetchingEnvironment env, ValueMapper valueMapper, GlobalEnvironment globalEnvironment, ConverterRegistry converters, io.leangen.graphql.execution.DerivedTypeRegistry derivedTypes)ResolutionEnvironment(Resolver resolver, List<Object> keys, org.dataloader.BatchLoaderEnvironment env, ValueMapper valueMapper, GlobalEnvironment globalEnvironment, ConverterRegistry converters, io.leangen.graphql.execution.DerivedTypeRegistry derivedTypes) -
Uses of ValueMapper in io.leangen.graphql.generator.mapping
Methods in io.leangen.graphql.generator.mapping with parameters of type ValueMapper Modifier and Type Method Description TInputConverter. convertInput(S substitute, AnnotatedType type, GlobalEnvironment environment, ValueMapper valueMapper) -
Uses of ValueMapper in io.leangen.graphql.generator.mapping.common
Methods in io.leangen.graphql.generator.mapping.common with parameters of type ValueMapper Modifier and Type Method Description EnumMap<E,V>EnumMapToObjectTypeAdapter. convertInput(Map<String,V> substitute, AnnotatedType type, GlobalEnvironment environment, ValueMapper valueMapper)ObjectIdAdapter. convertInput(String substitute, AnnotatedType type, GlobalEnvironment environment, ValueMapper valueMapper)Iterable<T>IterableAdapter. convertInput(List<T> substitute, AnnotatedType type, GlobalEnvironment environment, ValueMapper valueMapper)Map<?,?>MapToListTypeAdapter. convertInput(List<MapToListTypeAdapter.MapEntry<?,?>> original, AnnotatedType type, GlobalEnvironment environment, ValueMapper valueMapper)Optional<?>OptionalAdapter. convertInput(Object substitute, AnnotatedType type, GlobalEnvironment environment, ValueMapper valueMapper)OptionalDoubleOptionalDoubleAdapter. convertInput(Double substitute, AnnotatedType type, GlobalEnvironment environment, ValueMapper valueMapper)OptionalIntOptionalIntAdapter. convertInput(Integer substitute, AnnotatedType type, GlobalEnvironment environment, ValueMapper valueMapper)OptionalLongOptionalLongAdapter. convertInput(Long substitute, AnnotatedType type, GlobalEnvironment environment, ValueMapper valueMapper)Stream<T>StreamToCollectionTypeAdapter. convertInput(List<T> substitute, AnnotatedType type, GlobalEnvironment environment, ValueMapper valueMapper) -
Uses of ValueMapper in io.leangen.graphql.generator.mapping.core
Methods in io.leangen.graphql.generator.mapping.core with parameters of type ValueMapper Modifier and Type Method Description CompletableFuture<T>CompletableFutureAdapter. convertInput(T substitute, AnnotatedType type, GlobalEnvironment environment, ValueMapper valueMapper) -
Uses of ValueMapper in io.leangen.graphql.metadata.strategy.value
Classes in io.leangen.graphql.metadata.strategy.value with type parameters of type ValueMapper Modifier and Type Interface Description interfaceValueMapperFactory<T extends ValueMapper> -
Uses of ValueMapper in io.leangen.graphql.metadata.strategy.value.gson
Classes in io.leangen.graphql.metadata.strategy.value.gson that implement ValueMapper Modifier and Type Class Description classGsonValueMapper -
Uses of ValueMapper in io.leangen.graphql.metadata.strategy.value.jackson
Classes in io.leangen.graphql.metadata.strategy.value.jackson that implement ValueMapper Modifier and Type Class Description classJacksonValueMapper -
Uses of ValueMapper in io.leangen.graphql.module.common.jackson
Methods in io.leangen.graphql.module.common.jackson with parameters of type ValueMapper Modifier and Type Method Description com.fasterxml.jackson.databind.node.ArrayNodeJsonArrayAdapter. convertInput(List<com.fasterxml.jackson.databind.JsonNode> substitute, AnnotatedType type, GlobalEnvironment environment, ValueMapper valueMapper)com.fasterxml.jackson.databind.JsonNodeJsonNodeAdapter. convertInput(Object substitute, AnnotatedType type, GlobalEnvironment environment, ValueMapper valueMapper)
-