org.springframework.core.convert.support.ConversionServiceFactory.addDefaultConverters(GenericConversionService)
|
org.springframework.core.CollectionFactory.createConcurrentMap(int)
as of Spring 3.0, for usage on JDK 1.5 or higher
|
org.springframework.core.CollectionFactory.createConcurrentMapIfPossible(int)
as of Spring 3.0, for usage on JDK 1.5 or higher
|
org.springframework.core.CollectionFactory.createCopyOnWriteSet()
as of Spring 3.0, for usage on JDK 1.5 or higher
|
org.springframework.core.convert.support.ConversionServiceFactory.createDefaultConversionService()
|
org.springframework.core.CollectionFactory.createIdentityMapIfPossible(int)
as of Spring 2.5, for usage on JDK 1.4 or higher
|
org.springframework.core.CollectionFactory.createLinkedCaseInsensitiveMapIfPossible(int)
as of Spring 3.0, for usage on JDK 1.5 or higher
|
org.springframework.core.CollectionFactory.createLinkedMapIfPossible(int)
as of Spring 2.5, for usage on JDK 1.4 or higher
|
org.springframework.core.CollectionFactory.createLinkedSetIfPossible(int)
as of Spring 2.5, for usage on JDK 1.4 or higher
|
org.springframework.util.ClassUtils.forName(String)
|
org.springframework.core.convert.TypeDescriptor.getElementType()
|
org.springframework.core.convert.TypeDescriptor.getMapKeyType()
|
org.springframework.core.convert.TypeDescriptor.getMapValueType()
|
org.springframework.core.JdkVersion.isAtLeastJava14()
as of Spring 3.0 which requires Java 1.5+
|
org.springframework.core.JdkVersion.isAtLeastJava15()
as of Spring 3.0 which requires Java 1.5+
|
org.springframework.core.JdkVersion.isAtLeastJava16()
as of Spring 3.0, in favor of reflective checks for the specific Java 1.6 classes of interest
|
org.springframework.util.ClassUtils.isPresent(String)
|
org.springframework.core.GenericTypeResolver.resolveReturnTypeForGenericMethod(Method, Object[])
in favor of resolveReturnTypeForFactoryMethod in the internal AutowireUtils class in the beans module; we do not expect other use of it!
|