Uses of Interface
org.springframework.data.mongodb.core.QueryResultConverter
Packages that use QueryResultConverter
-
Uses of QueryResultConverter in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core that return QueryResultConverterModifier and TypeMethodDescriptiondefault <V> QueryResultConverter<T, V> QueryResultConverter.andThen(QueryResultConverter<? super R, ? extends V> after) Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.static <T> QueryResultConverter<T, T> QueryResultConverter.entity()Returns a function that returns the materialized entity.Methods in org.springframework.data.mongodb.core with parameters of type QueryResultConverterModifier and TypeMethodDescriptiondefault <V> QueryResultConverter<T, V> QueryResultConverter.andThen(QueryResultConverter<? super R, ? extends V> after) Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.<S,T> Mono <T> ReactiveMongoTemplate.findAndModify(Query query, UpdateDefinition update, FindAndModifyOptions options, Class<S> entityClass, String collectionName, QueryResultConverter<? super S, ? extends T> resultConverter) <S,T, R> Mono <R> ReactiveMongoTemplate.findAndReplace(Query query, S replacement, FindAndReplaceOptions options, Class<S> entityType, String collectionName, Class<T> resultType, QueryResultConverter<? super T, ? extends R> resultConverter) ExecutableAggregationOperation.TerminatingAggregation.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.ExecutableFindOperation.TerminatingFindNear.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.ExecutableFindOperation.TerminatingResults.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.ExecutableRemoveOperation.TerminatingResults.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.ExecutableUpdateOperation.TerminatingFindAndModify.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.ExecutableUpdateOperation.TerminatingFindAndReplace.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.ReactiveAggregationOperation.TerminatingAggregationOperation.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.ReactiveFindOperation.TerminatingFindNear.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.ReactiveFindOperation.TerminatingResults.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.ReactiveRemoveOperation.TerminatingResults.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.ReactiveUpdateOperation.TerminatingFindAndModify.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.ReactiveUpdateOperation.TerminatingFindAndReplace.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.