text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: spring-context/src/main/java/org/springframework/context/event/package-info.java /** * Support classes for application events, like standard context events. * To be supported by all major application context implementations. */ @NonNullApi @NonNullFields package org.springframework.context.event; import 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-context/src/main/java/org/springframework/context/event/package-info.java", "license": "apache-2.0",...
### File: spring-context/src/main/java/org/springframework/context/expression/AnnotatedElementKey.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 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-context/src/main/java/org/springframework/context/expression/AnnotatedElementKey.java", "license": "...
### File: spring-context/src/main/java/org/springframework/context/expression/BeanExpressionContextAccessor.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 ...
{"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-context/src/main/java/org/springframework/context/expression/BeanExpressionContextAccessor.java", "l...
### File: spring-context/src/main/java/org/springframework/context/expression/BeanFactoryAccessor.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 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-context/src/main/java/org/springframework/context/expression/BeanFactoryAccessor.java", "license": "...
### File: spring-context/src/main/java/org/springframework/context/expression/BeanFactoryResolver.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 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-context/src/main/java/org/springframework/context/expression/BeanFactoryResolver.java", "license": "...
### File: spring-context/src/main/java/org/springframework/context/expression/CachedExpressionEvaluator.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-context/src/main/java/org/springframework/context/expression/CachedExpressionEvaluator.java", "licen...
### File: spring-context/src/main/java/org/springframework/context/expression/EnvironmentAccessor.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 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-context/src/main/java/org/springframework/context/expression/EnvironmentAccessor.java", "license": "...
### File: spring-context/src/main/java/org/springframework/context/expression/MapAccessor.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 copy of t...
{"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-context/src/main/java/org/springframework/context/expression/MapAccessor.java", "license": "apache-2...
### File: spring-context/src/main/java/org/springframework/context/expression/MethodBasedEvaluationContext.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 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-context/src/main/java/org/springframework/context/expression/MethodBasedEvaluationContext.java", "li...
### File: spring-context/src/main/java/org/springframework/context/expression/StandardBeanExpressionResolver.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-context/src/main/java/org/springframework/context/expression/StandardBeanExpressionResolver.java", "...
### File: spring-context/src/main/java/org/springframework/context/expression/package-info.java /** * Expression parsing support within a Spring application context. */ @NonNullApi @NonNullFields package org.springframework.context.expression; import org.springframework.lang.NonNullApi; import org.springframework.la...
{"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-context/src/main/java/org/springframework/context/expression/package-info.java", "license": "apache-...
### File: spring-context/src/main/java/org/springframework/context/i18n/LocaleContext.java /* * Copyright 2002-2013 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 of the L...
{"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-context/src/main/java/org/springframework/context/i18n/LocaleContext.java", "license": "apache-2.0",...
### File: spring-context/src/main/java/org/springframework/context/i18n/LocaleContextHolder.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 of...
{"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-context/src/main/java/org/springframework/context/i18n/LocaleContextHolder.java", "license": "apache...
### File: spring-context/src/main/java/org/springframework/context/i18n/SimpleLocaleContext.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 copy of...
{"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-context/src/main/java/org/springframework/context/i18n/SimpleLocaleContext.java", "license": "apache...
### File: spring-context/src/main/java/org/springframework/context/i18n/SimpleTimeZoneAwareLocaleContext.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 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-context/src/main/java/org/springframework/context/i18n/SimpleTimeZoneAwareLocaleContext.java", "lice...
### File: spring-context/src/main/java/org/springframework/context/i18n/TimeZoneAwareLocaleContext.java /* * Copyright 2002-2013 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-context/src/main/java/org/springframework/context/i18n/TimeZoneAwareLocaleContext.java", "license": ...
### File: spring-context/src/main/java/org/springframework/context/i18n/package-info.java /** * Abstraction for determining the current Locale, * plus global holder that exposes a thread-bound Locale. */ @NonNullApi @NonNullFields package org.springframework.context.i18n; import org.springframework.lang.NonNullApi;...
{"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-context/src/main/java/org/springframework/context/i18n/package-info.java", "license": "apache-2.0", ...
### File: spring-context/src/main/java/org/springframework/context/index/CandidateComponentsIndex.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 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-context/src/main/java/org/springframework/context/index/CandidateComponentsIndex.java", "license": "...
### File: spring-context/src/main/java/org/springframework/context/index/CandidateComponentsIndexLoader.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-context/src/main/java/org/springframework/context/index/CandidateComponentsIndexLoader.java", "licen...
### File: spring-context/src/main/java/org/springframework/context/index/package-info.java /** * Support package for reading and managing the components index. */ @NonNullApi @NonNullFields package org.springframework.context.index; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullF...
{"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-context/src/main/java/org/springframework/context/index/package-info.java", "license": "apache-2.0",...
### File: spring-context/src/main/java/org/springframework/context/package-info.java /** * This package builds on the beans package to add support for * message sources and for the Observer design pattern, and the * ability for application objects to obtain resources using a * consistent API. * * <p>There is no n...
{"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-context/src/main/java/org/springframework/context/package-info.java", "license": "apache-2.0", "size...
### File: spring-context/src/main/java/org/springframework/context/support/AbstractApplicationContext.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-context/src/main/java/org/springframework/context/support/AbstractApplicationContext.java", "license...
### File: spring-context/src/main/java/org/springframework/context/support/AbstractMessageSource.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 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-context/src/main/java/org/springframework/context/support/AbstractMessageSource.java", "license": "a...
### File: spring-context/src/main/java/org/springframework/context/support/AbstractRefreshableApplicationContext.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-context/src/main/java/org/springframework/context/support/AbstractRefreshableApplicationContext.java...
### File: spring-context/src/main/java/org/springframework/context/support/AbstractRefreshableConfigApplicationContext.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. ...
{"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-context/src/main/java/org/springframework/context/support/AbstractRefreshableConfigApplicationContex...
### File: spring-context/src/main/java/org/springframework/context/support/AbstractResourceBasedMessageSource.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-context/src/main/java/org/springframework/context/support/AbstractResourceBasedMessageSource.java", ...
### File: spring-context/src/main/java/org/springframework/context/support/AbstractXmlApplicationContext.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 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-context/src/main/java/org/springframework/context/support/AbstractXmlApplicationContext.java", "lice...
### File: spring-context/src/main/java/org/springframework/context/support/ApplicationContextAwareProcessor.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-context/src/main/java/org/springframework/context/support/ApplicationContextAwareProcessor.java", "l...
### File: spring-context/src/main/java/org/springframework/context/support/ApplicationListenerDetector.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 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-context/src/main/java/org/springframework/context/support/ApplicationListenerDetector.java", "licens...
### File: spring-context/src/main/java/org/springframework/context/support/ApplicationObjectSupport.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-context/src/main/java/org/springframework/context/support/ApplicationObjectSupport.java", "license":...
### File: spring-context/src/main/java/org/springframework/context/support/ClassPathXmlApplicationContext.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-context/src/main/java/org/springframework/context/support/ClassPathXmlApplicationContext.java", "lic...
### File: spring-context/src/main/java/org/springframework/context/support/ContextTypeMatchClassLoader.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-context/src/main/java/org/springframework/context/support/ContextTypeMatchClassLoader.java", "licens...
### File: spring-context/src/main/java/org/springframework/context/support/ConversionServiceFactoryBean.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-context/src/main/java/org/springframework/context/support/ConversionServiceFactoryBean.java", "licen...
### File: spring-context/src/main/java/org/springframework/context/support/DefaultLifecycleProcessor.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-context/src/main/java/org/springframework/context/support/DefaultLifecycleProcessor.java", "license"...
### File: spring-context/src/main/java/org/springframework/context/support/DefaultMessageSourceResolvable.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-context/src/main/java/org/springframework/context/support/DefaultMessageSourceResolvable.java", "lic...
### File: spring-context/src/main/java/org/springframework/context/support/DelegatingMessageSource.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 ...
{"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-context/src/main/java/org/springframework/context/support/DelegatingMessageSource.java", "license": ...
### File: spring-context/src/main/java/org/springframework/context/support/EmbeddedValueResolutionSupport.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-context/src/main/java/org/springframework/context/support/EmbeddedValueResolutionSupport.java", "lic...
### File: spring-context/src/main/java/org/springframework/context/support/FileSystemXmlApplicationContext.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 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-context/src/main/java/org/springframework/context/support/FileSystemXmlApplicationContext.java", "li...
### File: spring-context/src/main/java/org/springframework/context/support/GenericApplicationContext.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-context/src/main/java/org/springframework/context/support/GenericApplicationContext.java", "license"...
### File: spring-context/src/main/java/org/springframework/context/support/GenericGroovyApplicationContext.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 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-context/src/main/java/org/springframework/context/support/GenericGroovyApplicationContext.java", "li...
### File: spring-context/src/main/java/org/springframework/context/support/GenericXmlApplicationContext.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 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-context/src/main/java/org/springframework/context/support/GenericXmlApplicationContext.java", "licen...
### File: spring-context/src/main/java/org/springframework/context/support/LiveBeansView.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 of th...
{"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-context/src/main/java/org/springframework/context/support/LiveBeansView.java", "license": "apache-2....
### File: spring-context/src/main/java/org/springframework/context/support/LiveBeansViewMBean.java /* * Copyright 2002-2012 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-context/src/main/java/org/springframework/context/support/LiveBeansViewMBean.java", "license": "apac...
### File: spring-context/src/main/java/org/springframework/context/support/MessageSourceAccessor.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-context/src/main/java/org/springframework/context/support/MessageSourceAccessor.java", "license": "a...
### File: spring-context/src/main/java/org/springframework/context/support/MessageSourceResourceBundle.java /* * Copyright 2002-2013 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-context/src/main/java/org/springframework/context/support/MessageSourceResourceBundle.java", "licens...
### File: spring-context/src/main/java/org/springframework/context/support/MessageSourceSupport.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 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-context/src/main/java/org/springframework/context/support/MessageSourceSupport.java", "license": "ap...
### File: spring-context/src/main/java/org/springframework/context/support/PostProcessorRegistrationDelegate.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-context/src/main/java/org/springframework/context/support/PostProcessorRegistrationDelegate.java", "...
### File: spring-context/src/main/java/org/springframework/context/support/PropertySourcesPlaceholderConfigurer.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-context/src/main/java/org/springframework/context/support/PropertySourcesPlaceholderConfigurer.java"...
### File: spring-context/src/main/java/org/springframework/context/support/ReloadableResourceBundleMessageSource.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-context/src/main/java/org/springframework/context/support/ReloadableResourceBundleMessageSource.java...
### File: spring-context/src/main/java/org/springframework/context/support/ResourceBundleMessageSource.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-context/src/main/java/org/springframework/context/support/ResourceBundleMessageSource.java", "licens...
### File: spring-context/src/main/java/org/springframework/context/support/SimpleThreadScope.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 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-context/src/main/java/org/springframework/context/support/SimpleThreadScope.java", "license": "apach...
### File: spring-context/src/main/java/org/springframework/context/support/StaticApplicationContext.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-context/src/main/java/org/springframework/context/support/StaticApplicationContext.java", "license":...
### File: spring-context/src/main/java/org/springframework/context/support/StaticMessageSource.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-context/src/main/java/org/springframework/context/support/StaticMessageSource.java", "license": "apa...
### File: spring-context/src/main/java/org/springframework/context/support/package-info.java /** * Classes supporting the org.springframework.context package, * such as abstract base classes for ApplicationContext * implementations and a MessageSource implementation. */ @NonNullApi @NonNullFields package org.spring...
{"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-context/src/main/java/org/springframework/context/support/package-info.java", "license": "apache-2.0...
### File: spring-context/src/main/java/org/springframework/context/weaving/AspectJWeavingEnabler.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-context/src/main/java/org/springframework/context/weaving/AspectJWeavingEnabler.java", "license": "a...
### File: spring-context/src/main/java/org/springframework/context/weaving/DefaultContextLoadTimeWeaver.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-context/src/main/java/org/springframework/context/weaving/DefaultContextLoadTimeWeaver.java", "licen...
### File: spring-context/src/main/java/org/springframework/context/weaving/LoadTimeWeaverAware.java /* * Copyright 2002-2012 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-context/src/main/java/org/springframework/context/weaving/LoadTimeWeaverAware.java", "license": "apa...
### File: spring-context/src/main/java/org/springframework/context/weaving/LoadTimeWeaverAwareProcessor.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-context/src/main/java/org/springframework/context/weaving/LoadTimeWeaverAwareProcessor.java", "licen...
### File: spring-context/src/main/java/org/springframework/context/weaving/package-info.java /** * Load-time weaving support for a Spring application context, building on Spring's * {@link org.springframework.instrument.classloading.LoadTimeWeaver} abstraction. */ @NonNullApi @NonNullFields package 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-context/src/main/java/org/springframework/context/weaving/package-info.java", "license": "apache-2.0...
### File: spring-context/src/main/java/org/springframework/ejb/access/AbstractRemoteSlsbInvokerInterceptor.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-context/src/main/java/org/springframework/ejb/access/AbstractRemoteSlsbInvokerInterceptor.java", "li...
### File: spring-context/src/main/java/org/springframework/ejb/access/AbstractSlsbInvokerInterceptor.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-context/src/main/java/org/springframework/ejb/access/AbstractSlsbInvokerInterceptor.java", "license"...
### File: spring-context/src/main/java/org/springframework/ejb/access/EjbAccessException.java /* * Copyright 2002-2012 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 of th...
{"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-context/src/main/java/org/springframework/ejb/access/EjbAccessException.java", "license": "apache-2....
### File: spring-context/src/main/java/org/springframework/ejb/access/LocalSlsbInvokerInterceptor.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 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-context/src/main/java/org/springframework/ejb/access/LocalSlsbInvokerInterceptor.java", "license": "...
### File: spring-context/src/main/java/org/springframework/ejb/access/LocalStatelessSessionProxyFactoryBean.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-context/src/main/java/org/springframework/ejb/access/LocalStatelessSessionProxyFactoryBean.java", "l...
### File: spring-context/src/main/java/org/springframework/ejb/access/SimpleRemoteSlsbInvokerInterceptor.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 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-context/src/main/java/org/springframework/ejb/access/SimpleRemoteSlsbInvokerInterceptor.java", "lice...
### File: spring-context/src/main/java/org/springframework/ejb/access/SimpleRemoteStatelessSessionProxyFactoryBean.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-context/src/main/java/org/springframework/ejb/access/SimpleRemoteStatelessSessionProxyFactoryBean.ja...
### File: spring-context/src/main/java/org/springframework/ejb/access/package-info.java /** * This package contains classes that allow easy access to EJBs. * The basis are AOP interceptors run before and after the EJB invocation. * In particular, the classes in this package allow transparent access * to stateless 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-context/src/main/java/org/springframework/ejb/access/package-info.java", "license": "apache-2.0", "s...
### File: spring-context/src/main/java/org/springframework/ejb/config/AbstractJndiLocatingBeanDefinitionParser.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-context/src/main/java/org/springframework/ejb/config/AbstractJndiLocatingBeanDefinitionParser.java",...
### File: spring-context/src/main/java/org/springframework/ejb/config/JeeNamespaceHandler.java /* * Copyright 2002-2012 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 of t...
{"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-context/src/main/java/org/springframework/ejb/config/JeeNamespaceHandler.java", "license": "apache-2...
### File: spring-context/src/main/java/org/springframework/ejb/config/JndiLookupBeanDefinitionParser.java /* * Copyright 2002-2012 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-context/src/main/java/org/springframework/ejb/config/JndiLookupBeanDefinitionParser.java", "license"...
### File: spring-context/src/main/java/org/springframework/ejb/config/LocalStatelessSessionBeanDefinitionParser.java /* * Copyright 2002-2012 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-context/src/main/java/org/springframework/ejb/config/LocalStatelessSessionBeanDefinitionParser.java"...
### File: spring-context/src/main/java/org/springframework/ejb/config/RemoteStatelessSessionBeanDefinitionParser.java /* * Copyright 2002-2012 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-context/src/main/java/org/springframework/ejb/config/RemoteStatelessSessionBeanDefinitionParser.java...
### File: spring-context/src/main/java/org/springframework/ejb/config/package-info.java /** * Support package for EJB/Java EE-related configuration, * with XML schema being the primary configuration format. */ @NonNullApi @NonNullFields package org.springframework.ejb.config; import org.springframework.lang.NonNull...
{"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-context/src/main/java/org/springframework/ejb/config/package-info.java", "license": "apache-2.0", "s...
### File: spring-context/src/main/java/org/springframework/format/AnnotationFormatterFactory.java /* * Copyright 2002-2014 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 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-context/src/main/java/org/springframework/format/AnnotationFormatterFactory.java", "license": "apach...
### File: spring-context/src/main/java/org/springframework/format/Formatter.java /* * Copyright 2002-2012 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 of the License at ...
{"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-context/src/main/java/org/springframework/format/Formatter.java", "license": "apache-2.0", "size": 9...
### File: spring-context/src/main/java/org/springframework/format/FormatterRegistrar.java /* * Copyright 2002-2012 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 of the Li...
{"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-context/src/main/java/org/springframework/format/FormatterRegistrar.java", "license": "apache-2.0", ...
### File: spring-context/src/main/java/org/springframework/format/FormatterRegistry.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 of the Lic...
{"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-context/src/main/java/org/springframework/format/FormatterRegistry.java", "license": "apache-2.0", "...
### File: spring-context/src/main/java/org/springframework/format/Parser.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 a copy of the License at * ...
{"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-context/src/main/java/org/springframework/format/Parser.java", "license": "apache-2.0", "size": 1294...
### File: spring-context/src/main/java/org/springframework/format/Printer.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 a copy of the License at *...
{"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-context/src/main/java/org/springframework/format/Printer.java", "license": "apache-2.0", "size": 109...
### File: spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.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 of...
{"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-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java", "license": "apache...
### File: spring-context/src/main/java/org/springframework/format/annotation/NumberFormat.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 of t...
{"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-context/src/main/java/org/springframework/format/annotation/NumberFormat.java", "license": "apache-2...
### File: spring-context/src/main/java/org/springframework/format/annotation/package-info.java /** * Annotations for declaratively configuring field formatting rules. */ @NonNullApi @NonNullFields package org.springframework.format.annotation; import org.springframework.lang.NonNullApi; import org.springframework.la...
{"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-context/src/main/java/org/springframework/format/annotation/package-info.java", "license": "apache-2...
### File: spring-context/src/main/java/org/springframework/format/datetime/DateFormatter.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 of th...
{"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-context/src/main/java/org/springframework/format/datetime/DateFormatter.java", "license": "apache-2....
### File: spring-context/src/main/java/org/springframework/format/datetime/DateFormatterRegistrar.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 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-context/src/main/java/org/springframework/format/datetime/DateFormatterRegistrar.java", "license": "...
### File: spring-context/src/main/java/org/springframework/format/datetime/DateTimeFormatAnnotationFormatterFactory.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. * ...
{"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-context/src/main/java/org/springframework/format/datetime/DateTimeFormatAnnotationFormatterFactory.j...
### File: spring-context/src/main/java/org/springframework/format/datetime/joda/DateTimeFormatterFactory.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 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-context/src/main/java/org/springframework/format/datetime/joda/DateTimeFormatterFactory.java", "lice...
### File: spring-context/src/main/java/org/springframework/format/datetime/joda/DateTimeFormatterFactoryBean.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...
{"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-context/src/main/java/org/springframework/format/datetime/joda/DateTimeFormatterFactoryBean.java", "...
### File: spring-context/src/main/java/org/springframework/format/datetime/joda/DateTimeParser.java /* * Copyright 2002-2013 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-context/src/main/java/org/springframework/format/datetime/joda/DateTimeParser.java", "license": "apa...
### File: spring-context/src/main/java/org/springframework/format/datetime/joda/DurationFormatter.java /* * Copyright 2002-2015 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-context/src/main/java/org/springframework/format/datetime/joda/DurationFormatter.java", "license": "...
### File: spring-context/src/main/java/org/springframework/format/datetime/joda/JodaDateTimeFormatAnnotationFormatterFactory.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 Lic...
{"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-context/src/main/java/org/springframework/format/datetime/joda/JodaDateTimeFormatAnnotationFormatter...
### File: spring-context/src/main/java/org/springframework/format/datetime/joda/JodaTimeContext.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 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-context/src/main/java/org/springframework/format/datetime/joda/JodaTimeContext.java", "license": "ap...
### File: spring-context/src/main/java/org/springframework/format/datetime/joda/JodaTimeContextHolder.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-context/src/main/java/org/springframework/format/datetime/joda/JodaTimeContextHolder.java", "license...
### File: spring-context/src/main/java/org/springframework/format/datetime/joda/JodaTimeConverters.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-context/src/main/java/org/springframework/format/datetime/joda/JodaTimeConverters.java", "license": ...
### File: spring-context/src/main/java/org/springframework/format/datetime/joda/JodaTimeFormatterRegistrar.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-context/src/main/java/org/springframework/format/datetime/joda/JodaTimeFormatterRegistrar.java", "li...
### File: spring-context/src/main/java/org/springframework/format/datetime/joda/LocalDateParser.java /* * Copyright 2002-2013 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-context/src/main/java/org/springframework/format/datetime/joda/LocalDateParser.java", "license": "ap...
### File: spring-context/src/main/java/org/springframework/format/datetime/joda/LocalDateTimeParser.java /* * Copyright 2002-2013 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-context/src/main/java/org/springframework/format/datetime/joda/LocalDateTimeParser.java", "license":...
### File: spring-context/src/main/java/org/springframework/format/datetime/joda/LocalTimeParser.java /* * Copyright 2002-2013 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-context/src/main/java/org/springframework/format/datetime/joda/LocalTimeParser.java", "license": "ap...
### File: spring-context/src/main/java/org/springframework/format/datetime/joda/MillisecondInstantPrinter.java /* * Copyright 2002-2013 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-context/src/main/java/org/springframework/format/datetime/joda/MillisecondInstantPrinter.java", "lic...
### File: spring-context/src/main/java/org/springframework/format/datetime/joda/MonthDayFormatter.java /* * Copyright 2002-2015 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-context/src/main/java/org/springframework/format/datetime/joda/MonthDayFormatter.java", "license": "...
### File: spring-context/src/main/java/org/springframework/format/datetime/joda/PeriodFormatter.java /* * Copyright 2002-2015 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-context/src/main/java/org/springframework/format/datetime/joda/PeriodFormatter.java", "license": "ap...