文件名称: spring-core-5.0.0.M5.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.0.0.M5</version>
</dependency>Gradle:
implementation group: 'org.springframework', name: 'spring-core', version: '5.0.0.M5'
Gradle (Short):
implementation 'org.springframework:spring-core:5.0.0.M5'
Gradle (Kotlin):
implementation("org.springframework:spring-core:5.0.0.M5")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.asm
org.springframework.cglib
org.springframework.cglib.core
org.springframework.core
org.springframework.core.annotation
org.springframework.core.codec
org.springframework.core.convert
org.springframework.core.convert.converter
org.springframework.core.convert.support
org.springframework.core.env
org.springframework.core.io
org.springframework.core.io.buffer
org.springframework.core.io.support
org.springframework.core.serializer
org.springframework.core.serializer.support
org.springframework.core.style
org.springframework.core.task
org.springframework.core.task.support
org.springframework.core.type
org.springframework.core.type.classreading
org.springframework.core.type.filter
org.springframework.lang
org.springframework.objenesis
org.springframework.util
org.springframework.util.backoff
org.springframework.util.comparator
org.springframework.util.concurrent
org.springframework.util.xmlorg.springframework.asm.AnnotationVisitor
org.springframework.asm.Attribute
org.springframework.asm.ByteVector
org.springframework.asm.ClassReader
org.springframework.asm.ClassVisitor
org.springframework.asm.ClassWriter
org.springframework.asm.FieldVisitor
org.springframework.asm.Handle
org.springframework.asm.Label
org.springframework.asm.MethodVisitor
org.springframework.asm.Opcodes
org.springframework.asm.SpringAsmInfo
org.springframework.asm.Type
org.springframework.asm.TypePath
org.springframework.asm.TypeReference
org.springframework.cglib.SpringCglibInfo
org.springframework.cglib.core.SpringNamingPolicy
org.springframework.core.AliasRegistry
org.springframework.core.AttributeAccessor
org.springframework.core.AttributeAccessorSupport
org.springframework.core.BridgeMethodResolver
org.springframework.core.CollectionFactory
org.springframework.core.ConfigurableObjectInputStream
org.springframework.core.Constants
org.springframework.core.Constants.ConstantException
org.springframework.core.Conventions
org.springframework.core.DecoratingClassLoader
org.springframework.core.DecoratingProxy
org.springframework.core.DefaultParameterNameDiscoverer
org.springframework.core.ExceptionDepthComparator
org.springframework.core.GenericTypeResolver
org.springframework.core.InfrastructureProxy
org.springframework.core.LocalVariableTableParameterNameDiscoverer
org.springframework.core.MethodClassKey
org.springframework.core.MethodIntrospector
org.springframework.core.MethodIntrospector.MetadataLookup
org.springframework.core.MethodParameter
org.springframework.core.NamedInheritableThreadLocal
org.springframework.core.NamedThreadLocal
org.springframework.core.NestedCheckedException
org.springframework.core.NestedExceptionUtils
org.springframework.core.NestedIOException
org.springframework.core.NestedRuntimeException
org.springframework.core.OrderComparator
org.springframework.core.OrderComparator.OrderSourceProvider
org.springframework.core.Ordered
org.springframework.core.OverridingClassLoader
org.springframework.core.ParameterNameDiscoverer
org.springframework.core.ParameterizedTypeReference
org.springframework.core.PrioritizedParameterNameDiscoverer
org.springframework.core.PriorityOrdered
org.springframework.core.ReactiveAdapter
org.springframework.core.ReactiveAdapterRegistry
org.springframework.core.ReactiveTypeDescriptor
org.springframework.core.ResolvableType
org.springframework.core.ResolvableTypeProvider
org.springframework.core.SimpleAliasRegistry
org.springframework.core.SmartClassLoader
org.springframework.core.SpringProperties
org.springframework.core.SpringVersion
org.springframework.core.StandardReflectionParameterNameDiscoverer
org.springframework.core.annotation.AliasFor
org.springframework.core.annotation.AnnotatedElementUtils
org.springframework.core.annotation.AnnotationAttributes
org.springframework.core.annotation.AnnotationAwareOrderComparator
org.springframework.core.annotation.AnnotationConfigurationException
org.springframework.core.annotation.AnnotationUtils
org.springframework.core.annotation.Order
org.springframework.core.annotation.OrderUtils
org.springframework.core.annotation.SynthesizedAnnotation
org.springframework.core.annotation.SynthesizingMethodParameter
org.springframework.core.codec.AbstractDecoder
org.springframework.core.codec.AbstractEncoder
org.springframework.core.codec.AbstractEncoder.FlushingStrategy
org.springframework.core.codec.AbstractSingleValueEncoder
org.springframework.core.codec.ByteArrayDecoder
org.springframework.core.codec.ByteArrayEncoder
org.springframework.core.codec.ByteBufferDecoder
org.springframework.core.codec.ByteBufferEncoder
org.springframework.core.codec.CharSequenceEncoder
org.springframework.core.codec.CodecException
org.springframework.core.codec.DataBufferDecoder
org.springframework.core.codec.DataBufferEncoder
org.springframework.core.codec.Decoder
org.springframework.core.codec.Encoder
org.springframework.core.codec.ResourceDecoder
org.springframework.core.codec.ResourceEncoder
org.springframework.core.codec.ResourceRegionEncoder
org.springframework.core.codec.StringDecoder
org.springframework.core.convert.ConversionException
org.springframework.core.convert.ConversionFailedException
org.springframework.core.convert.ConversionService
org.springframework.core.convert.ConverterNotFoundException
org.springframework.core.convert.Property
org.springframework.core.convert.TypeDescriptor
org.springframework.core.convert.converter.ConditionalConverter
org.springframework.core.convert.converter.ConditionalGenericConverter
org.springframework.core.convert.converter.Converter
org.springframework.core.convert.converter.ConverterFactory
org.springframework.core.convert.converter.ConverterRegistry
org.springframework.core.convert.converter.ConvertingComparator
org.springframework.core.convert.converter.GenericConverter
org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
org.springframework.core.convert.support.ConfigurableConversionService
org.springframework.core.convert.support.ConversionServiceFactory
org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
org.springframework.core.convert.support.DefaultConversionService
org.springframework.core.convert.support.GenericConversionService
org.springframework.core.env.AbstractEnvironment
org.springframework.core.env.AbstractPropertyResolver
org.springframework.core.env.CommandLinePropertySource
org.springframework.core.env.CompositePropertySource
org.springframework.core.env.ConfigurableEnvironment
org.springframework.core.env.ConfigurablePropertyResolver
org.springframework.core.env.EnumerablePropertySource
org.springframework.core.env.Environment
org.springframework.core.env.EnvironmentCapable
org.springframework.core.env.JOptCommandLinePropertySource
org.springframework.core.env.MapPropertySource
org.springframework.core.env.MissingRequiredPropertiesException
org.springframework.core.env.MutablePropertySources
org.springframework.core.env.PropertiesPropertySource
org.springframework.core.env.PropertyResolver
org.springframework.core.env.PropertySource
org.springframework.core.env.PropertySource.StubPropertySource
org.springframework.core.env.PropertySources
org.springframework.core.env.PropertySourcesPropertyResolver
org.springframework.core.env.SimpleCommandLinePropertySource
org.springframework.core.env.StandardEnvironment
org.springframework.core.env.SystemEnvironmentPropertySource
org.springframework.core.io.AbstractFileResolvingResource
org.springframework.core.io.AbstractResource
org.springframework.core.io.ByteArrayResource
org.springframework.core.io.ClassPathResource
org.springframework.core.io.ClassRelativeResourceLoader
org.springframework.core.io.ContextResource
org.springframework.core.io.DefaultResourceLoader
org.springframework.core.io.DefaultResourceLoader.ClassPathContextResource
org.springframework.core.io.DescriptiveResource
org.springframework.core.io.FileSystemResource
org.springframework.core.io.FileSystemResourceLoader
org.springframework.core.io.InputStreamResource
org.springframework.core.io.InputStreamSource
org.springframework.core.io.PathResource
org.springframework.core.io.ProtocolResolver
org.springframework.core.io.Resource
org.springframework.core.io.ResourceEditor
org.springframework.core.io.ResourceLoader
org.springframework.core.io.UrlResource
org.springframework.core.io.VfsResource
org.springframework.core.io.VfsUtils
org.springframework.core.io.WritableResource
org.springframework.core.io.buffer.DataBuffer
org.springframework.core.io.buffer.DataBufferFactory
org.springframework.core.io.buffer.DataBufferUtils
org.springframework.core.io.buffer.DefaultDataBuffer
org.springframework.core.io.buffer.DefaultDataBufferFactory
org.springframework.core.io.buffer.NettyDataBuffer
org.springframework.core.io.buffer.NettyDataBufferFactory
org.springframework.core.io.buffer.PooledDataBuffer
org.springframework.core.io.support.DefaultPropertySourceFactory
org.springframework.core.io.support.EncodedResource
org.springframework.core.io.support.LocalizedResourceHelper
org.springframework.core.io.support.PathMatchingResourcePatternResolver
org.springframework.core.io.support.PropertiesLoaderSupport
org.springframework.core.io.support.PropertiesLoaderUtils
org.springframework.core.io.support.PropertySourceFactory
org.springframework.core.io.support.ResourceArrayPropertyEditor
org.springframework.core.io.support.ResourcePatternResolver
org.springframework.core.io.support.ResourcePatternUtils
org.springframework.core.io.support.ResourcePropertySource
org.springframework.core.io.support.ResourceRegion
org.springframework.core.io.support.SpringFactoriesLoader
org.springframework.core.serializer.DefaultDeserializer
org.springframework.core.serializer.DefaultSerializer
org.springframework.core.serializer.Deserializer
org.springframework.core.serializer.Serializer
org.springframework.core.serializer.support.DeserializingConverter
org.springframework.core.serializer.support.SerializationDelegate
org.springframework.core.serializer.support.SerializationFailedException
org.springframework.core.serializer.support.SerializingConverter
org.springframework.core.style.DefaultToStringStyler
org.springframework.core.style.DefaultValueStyler
org.springframework.core.style.StylerUtils
org.springframework.core.style.ToStringCreator
org.springframework.core.style.ToStringStyler
org.springframework.core.style.ValueStyler
org.springframework.core.task.AsyncListenableTaskExecutor
org.springframework.core.task.AsyncTaskExecutor
org.springframework.core.task.SimpleAsyncTaskExecutor
org.springframework.core.task.SyncTaskExecutor
org.springframework.core.task.TaskDecorator
org.springframework.core.task.TaskExecutor
org.springframework.core.task.TaskRejectedException
org.springframework.core.task.TaskTimeoutException
org.springframework.core.task.support.ConcurrentExecutorAdapter
org.springframework.core.task.support.ExecutorServiceAdapter
org.springframework.core.task.support.TaskExecutorAdapter
org.springframework.core.type.AnnotatedTypeMetadata
org.springframework.core.type.AnnotationMetadata
org.springframework.core.type.ClassMetadata
org.springframework.core.type.MethodMetadata
org.springframework.core.type.StandardAnnotationMetadata
org.springframework.core.type.StandardClassMetadata
org.springframework.core.type.StandardMethodMetadata
org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
org.springframework.core.type.classreading.CachingMetadataReaderFactory
org.springframework.core.type.classreading.MetadataReader
org.springframework.core.type.classreading.MetadataReaderFactory
org.springframework.core.type.classreading.MethodMetadataReadingVisitor
org.springframework.core.type.classreading.SimpleMetadataReaderFactory
org.springframework.core.type.filter.AbstractClassTestingTypeFilter
org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
org.springframework.core.type.filter.AnnotationTypeFilter
org.springframework.core.type.filter.AspectJTypeFilter
org.springframework.core.type.filter.AssignableTypeFilter
org.springframework.core.type.filter.RegexPatternTypeFilter
org.springframework.core.type.filter.TypeFilter
org.springframework.lang.UsesJava7
org.springframework.lang.UsesJava8
org.springframework.lang.UsesSunHttpServer
org.springframework.lang.UsesSunMisc
org.springframework.objenesis.SpringObjenesis
org.springframework.util.AlternativeJdkIdGenerator
org.springframework.util.AntPathMatcher
org.springframework.util.AntPathMatcher.AntPathStringMatcher
org.springframework.util.AntPathMatcher.AntPatternComparator
org.springframework.util.Assert
org.springframework.util.AutoPopulatingList
org.springframework.util.AutoPopulatingList.ElementFactory
org.springframework.util.AutoPopulatingList.ElementInstantiationException
org.springframework.util.Base64Utils
org.springframework.util.ClassUtils
org.springframework.util.CollectionUtils
org.springframework.util.CommonsLogWriter
org.springframework.util.CompositeIterator
org.springframework.util.ConcurrencyThrottleSupport
org.springframework.util.ConcurrentReferenceHashMap
org.springframework.util.ConcurrentReferenceHashMap.Entry
org.springframework.util.ConcurrentReferenceHashMap.Reference
org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
org.springframework.util.ConcurrentReferenceHashMap.Restructure
org.springframework.util.CustomizableThreadCreator
org.springframework.util.DefaultPropertiesPersister
org.springframework.util.DigestUtils
org.springframework.util.ErrorHandler
org.springframework.util.ExceptionTypeFilter
org.springframework.util.FastByteArrayOutputStream
org.springframework.util.FileCopyUtils
org.springframework.util.FileSystemUtils
org.springframework.util.IdGenerator
org.springframework.util.InstanceFilter
org.springframework.util.InvalidMimeTypeException
org.springframework.util.JdkIdGenerator
org.springframework.util.LinkedCaseInsensitiveMap
org.springframework.util.LinkedMultiValueMap
org.springframework.util.MethodInvoker
org.springframework.util.MimeType
org.springframework.util.MimeType.SpecificityComparator
org.springframework.util.MimeTypeUtils
org.springframework.util.MultiValueMap
org.springframework.util.NumberUtils
org.springframework.util.ObjectUtils
org.springframework.util.PathMatcher
org.springframework.util.PatternMatchUtils
org.springframework.util.PropertiesPersister
org.springframework.util.PropertyPlaceholderHelper
org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver
org.springframework.util.ReflectionUtils
org.springframework.util.ReflectionUtils.FieldCallback
org.springframework.util.ReflectionUtils.FieldFilter
org.springframework.util.ReflectionUtils.MethodCallback
org.springframework.util.ReflectionUtils.MethodFilter
org.springframework.util.ResizableByteArrayOutputStream
org.springframework.util.ResourceUtils
org.springframework.util.SerializationUtils
org.springframework.util.SimpleIdGenerator
org.springframework.util.SocketUtils
org.springframework.util.StopWatch
org.springframework.util.StopWatch.TaskInfo
org.springframework.util.StreamUtils
org.springframework.util.StringUtils
org.springframework.util.StringValueResolver
org.springframework.util.SystemPropertyUtils
org.springframework.util.TypeUtils
org.springframework.util.backoff.BackOff
org.springframework.util.backoff.BackOffExecution
org.springframework.util.backoff.ExponentialBackOff
org.springframework.util.backoff.FixedBackOff
org.springframework.util.comparator.BooleanComparator
org.springframework.util.comparator.ComparableComparator
org.springframework.util.comparator.Comparators
org.springframework.util.comparator.CompoundComparator
org.springframework.util.comparator.InstanceComparator
org.springframework.util.comparator.InvertibleComparator
org.springframework.util.comparator.NullSafeComparator
org.springframework.util.concurrent.CompletableToListenableFutureAdapter
org.springframework.util.concurrent.FailureCallback
org.springframework.util.concurrent.FutureAdapter
org.springframework.util.concurrent.ListenableFuture
org.springframework.util.concurrent.ListenableFutureAdapter
org.springframework.util.concurrent.ListenableFutureCallback
org.springframework.util.concurrent.ListenableFutureCallbackRegistry
org.springframework.util.concurrent.ListenableFutureTask
org.springframework.util.concurrent.SettableListenableFuture
org.springframework.util.concurrent.SuccessCallback
org.springframework.util.xml.DomUtils
org.springframework.util.xml.SimpleNamespaceContext
org.springframework.util.xml.SimpleSaxErrorHandler
org.springframework.util.xml.SimpleTransformErrorListener
org.springframework.util.xml.StaxUtils
org.springframework.util.xml.TransformerUtils
org.springframework.util.xml.XmlValidationModeDetector