text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: spring-webflux/src/main/java/org/springframework/web/reactive/config/WebFluxConfigurationSupport.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/config/WebFluxConfigurationSupport.java", "li...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/config/WebFluxConfigurer.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a co...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/config/WebFluxConfigurer.java", "license": "a...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/config/WebFluxConfigurerComposite.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/config/WebFluxConfigurerComposite.java", "lic...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/config/package-info.java /** * Spring WebFlux configuration infrastructure. */ @NonNullApi @NonNullFields package org.springframework.web.reactive.config; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/config/package-info.java", "license": "apache...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/BodyExtractor.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/BodyExtractor.java", "license": "apa...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/BodyExtractors.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/BodyExtractors.java", "license": "ap...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/BodyInserter.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/BodyInserter.java", "license": "apac...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/BodyInserters.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/BodyInserters.java", "license": "apa...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/UnsupportedMediaTypeException.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You m...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/UnsupportedMediaTypeException.java",...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientRequest.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientRequest.java", "license...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java", "licens...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultClientRequestBuilder.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultClientRequestBuilder.j...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultClientResponse.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultClientResponse.java", ...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultClientResponseBuilder.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. *...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultClientResponseBuilder....
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultExchangeStrategiesBuilder.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultExchangeStrategiesBuil...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultWebClient.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultWebClient.java", "lice...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultWebClientBuilder.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/DefaultWebClientBuilder.java"...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFilterFunction.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You m...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFilterFunction.java",...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFilterFunctions.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFilterFunctions.java"...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFunction.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFunction.java", "lice...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFunctions.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeFunctions.java", "lic...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeStrategies.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ExchangeStrategies.java", "li...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/UnknownHttpStatusCodeException.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/UnknownHttpStatusCodeExceptio...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java", "license": "...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClientException.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClientException.java", "li...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClientResponseException.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClientResponseException.ja...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClientUtils.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClientUtils.java", "licens...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/package-info.java /** * Provides a reactive {@link org.springframework.web.reactive.function.client.WebClient} * that builds on top of the * {@code org.springframework.http.client.reactive} reactive HTTP adapter layer. */ @NonNu...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/package-info.java", "license"...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/support/ClientResponseWrapper.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/support/ClientResponseWrapper...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/client/support/package-info.java /** * Classes supporting the {@code org.springframework.web.reactive.function.client} package. * Contains a {@code ClientResponse} wrapper to adapt a request. */ @NonNullApi @NonNullFields package org.sp...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/client/support/package-info.java", "...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/package-info.java /** * Provides a foundation for both the reactive client and server subpackages. */ @NonNullApi @NonNullFields package org.springframework.web.reactive.function; import org.springframework.lang.NonNullApi; import org.s...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/package-info.java", "license": "apac...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultEntityResponseBuilder.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. *...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultEntityResponseBuilder....
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultHandlerStrategiesBuilder.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License....
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultHandlerStrategiesBuild...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultRenderingResponseBuilder.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License....
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultRenderingResponseBuild...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultServerRequest.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultServerRequest.java", "...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultServerRequestBuilder.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultServerRequestBuilder.j...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultServerResponseBuilder.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. *...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/DefaultServerResponseBuilder....
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/EntityResponse.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/EntityResponse.java", "licens...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/HandlerFilterFunction.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/HandlerFilterFunction.java", ...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/HandlerFunction.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/HandlerFunction.java", "licen...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/HandlerStrategies.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/HandlerStrategies.java", "lic...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/PathResourceLookupFunction.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/PathResourceLookupFunction.ja...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RenderingResponse.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RenderingResponse.java", "lic...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RequestPredicate.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RequestPredicate.java", "lice...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RequestPredicates.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RequestPredicates.java", "lic...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ResourceHandlerFunction.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ResourceHandlerFunction.java"...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RouterFunction.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RouterFunction.java", "licens...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RouterFunctionBuilder.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RouterFunctionBuilder.java", ...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RouterFunctions.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/RouterFunctions.java", "licen...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ServerRequest.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ServerRequest.java", "license...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ServerResponse.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ServerResponse.java", "licens...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ToStringVisitor.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ToStringVisitor.java", "licen...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/package-info.java /** * Provides the types that make up Spring's functional web framework for Reactive environments. */ @NonNullApi @NonNullFields package org.springframework.web.reactive.function.server; import org.springframewo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/package-info.java", "license"...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/HandlerFunctionAdapter.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/HandlerFunctionAdapte...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/RouterFunctionMapping.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/RouterFunctionMapping...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/ServerRequestWrapper.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. *...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/ServerRequestWrapper....
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/ServerResponseResultHandler.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lice...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/ServerResponseResultH...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/package-info.java /** * Classes supporting the {@code org.springframework.web.reactive.function.server} package. * Contains a {@code HandlerAdapter} that supports {@code HandlerFunction}s, * a {@code HandlerResultHandler}...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/function/server/support/package-info.java", "...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/handler/AbstractHandlerMapping.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/handler/AbstractHandlerMapping.java", "licens...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/handler/AbstractUrlHandlerMapping.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/handler/AbstractUrlHandlerMapping.java", "lic...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/handler/SimpleUrlHandlerMapping.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/handler/SimpleUrlHandlerMapping.java", "licen...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/handler/WebFluxResponseStatusExceptionHandler.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/handler/WebFluxResponseStatusExceptionHandler...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/handler/package-info.java /** * Provides HandlerMapping implementations including abstract base classes. */ @NonNullApi @NonNullFields package org.springframework.web.reactive.handler; import org.springframework.lang.NonNullApi; import org.sprin...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/handler/package-info.java", "license": "apach...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/package-info.java /** * Top-level package for the {@code spring-webflux} module that contains * {@link org.springframework.web.reactive.DispatcherHandler}, the main entry * point for WebFlux server endpoint processing including key contracts use...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/package-info.java", "license": "apache-2.0", ...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/AbstractFileNameVersionStrategy.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/AbstractFileNameVersionStrategy.java...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/AbstractPrefixVersionStrategy.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You m...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/AbstractPrefixVersionStrategy.java",...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/AbstractResourceResolver.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/AbstractResourceResolver.java", "lic...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/AppCacheManifestTransformer.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/AppCacheManifestTransformer.java", "...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/CachingResourceResolver.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/CachingResourceResolver.java", "lice...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/CachingResourceTransformer.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/CachingResourceTransformer.java", "l...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/ContentVersionStrategy.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/ContentVersionStrategy.java", "licen...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/CssLinkResourceTransformer.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/CssLinkResourceTransformer.java", "l...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/DefaultResourceResolverChain.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/DefaultResourceResolverChain.java", ...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/DefaultResourceTransformerChain.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/DefaultResourceTransformerChain.java...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/EncodedResourceResolver.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/EncodedResourceResolver.java", "lice...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/FixedVersionStrategy.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/FixedVersionStrategy.java", "license...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/GzipResourceResolver.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/GzipResourceResolver.java", "license...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/HttpResource.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/HttpResource.java", "license": "apac...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/PathResourceResolver.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/PathResourceResolver.java", "license...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceResolver.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceResolver.java", "license": "...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceResolverChain.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceResolverChain.java", "licens...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceTransformer.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceTransformer.java", "license"...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceTransformerChain.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceTransformerChain.java", "lic...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceTransformerSupport.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceTransformerSupport.java", "l...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceUrlProvider.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceUrlProvider.java", "license"...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceWebHandler.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/ResourceWebHandler.java", "license":...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/TransformedResource.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/TransformedResource.java", "license"...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/VersionResourceResolver.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/VersionResourceResolver.java", "lice...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/VersionStrategy.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a co...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/VersionStrategy.java", "license": "a...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/WebJarsResourceResolver.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/WebJarsResourceResolver.java", "lice...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/resource/package-info.java /** * Support classes for serving static resources. */ @NonNullApi @NonNullFields package org.springframework.web.reactive.resource; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/resource/package-info.java", "license": "apac...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/result/HandlerResultHandlerSupport.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/result/HandlerResultHandlerSupport.java", "li...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/result/SimpleHandlerAdapter.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/result/SimpleHandlerAdapter.java", "license":...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/AbstractMediaTypeExpression.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. *...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/AbstractMediaTypeExpression....
### File: spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/AbstractNameValueExpression.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. *...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/AbstractNameValueExpression....
### File: spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/AbstractRequestCondition.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/AbstractRequestCondition.jav...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/CompositeRequestCondition.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/CompositeRequestCondition.ja...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/ConsumesRequestCondition.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/ConsumesRequestCondition.jav...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/HeadersRequestCondition.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/HeadersRequestCondition.java...
### File: spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/MediaTypeExpression.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-webflux/src/main/java/org/springframework/web/reactive/result/condition/MediaTypeExpression.java", "...