类的使用
cn.taketoday.util.ConcurrentReferenceHashMap
程序包
说明
Provides core helpers that are not specific to any part of the framework.
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
Default implementation of the type conversion system.
Support classes for reading annotation and class-level metadata.
SpEL's standard parser implementation.
SpEL's default implementations for various core abstractions.
Framework global classes
Optimised Reflection System
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
cn.taketoday.core中ConcurrentReferenceHashMap的使用
修饰符和类型字段说明private static final ConcurrentReferenceHashMap<Object,Method> BridgeMethodResolver.cacheprivate static final ConcurrentReferenceHashMap<ResolvableType,ResolvableType> ResolvableType.cache(专用程序包) static final ConcurrentReferenceHashMap<Type,Type> SerializableTypeWrapper.cache -
cn.taketoday.core.annotation中ConcurrentReferenceHashMap的使用
修饰符和类型字段说明private static final ConcurrentReferenceHashMap<Class<?>,Method[]> AnnotationsScanner.baseTypeMethodsCache(专用程序包) static final ConcurrentReferenceHashMap<Class<? extends Annotation>,AttributeMethods> AttributeMethods.cache(专用程序包) static final ConcurrentReferenceHashMap<Class<? extends Annotation>,Object> RepeatableContainers.cacheprivate static final ConcurrentReferenceHashMap<AnnotatedElement,Annotation[]> AnnotationsScanner.declaredAnnotationCacheprivate final ConcurrentReferenceHashMap<Class<? extends Annotation>,AnnotationTypeMappings> AnnotationTypeMappings.Cache.mappingsprivate static final ConcurrentReferenceHashMap<AnnotationFilter,AnnotationTypeMappings.Cache> AnnotationTypeMappings.noRepeatablesCache(专用程序包) static final ConcurrentReferenceHashMap<AnnotatedElement,Object> OrderUtils.orderCacheCache for @Order value (or NOT_ANNOTATED marker) per Class.private static final ConcurrentReferenceHashMap<AnnotationFilter,AnnotationTypeMappings.Cache> AnnotationTypeMappings.standardRepeatablesCache -
cn.taketoday.core.conversion.support中ConcurrentReferenceHashMap的使用
修饰符和类型字段说明private static final ConcurrentReferenceHashMap<Class<?>,Executable> ObjectToObjectConverter.conversionExecutableCacheprivate final ConcurrentReferenceHashMap<GenericConversionService.ConverterCacheKey,GenericConverter> GenericConversionService.converterCache -
cn.taketoday.core.type.classreading中ConcurrentReferenceHashMap的使用
修饰符和类型字段说明private final ConcurrentReferenceHashMap<Resource,MetadataReader> ConcurrentReferenceCachingMetadataReaderFactory.cache -
cn.taketoday.expression.spel.standard中ConcurrentReferenceHashMap的使用
修饰符和类型字段说明private static final ConcurrentReferenceHashMap<ClassLoader,SpelCompiler> SpelCompiler.compilers -
cn.taketoday.expression.spel.support中ConcurrentReferenceHashMap的使用
修饰符和类型字段说明private static final ConcurrentReferenceHashMap<Method,Class<?>> ReflectionHelper.publicDeclaringClassCacheCache for equivalent methods in a public declaring class in the type hierarchy of the method's declaring class. -
cn.taketoday.lang中ConcurrentReferenceHashMap的使用
修饰符和类型字段说明(专用程序包) static final ConcurrentReferenceHashMap<ClassLoader,Map<String, TodayStrategies>> TodayStrategies.strategiesCache -
cn.taketoday.reflect中ConcurrentReferenceHashMap的使用
修饰符和类型字段说明private static final ConcurrentReferenceHashMap<Property,Annotation[]> Property.annotationCache -
cn.taketoday.util中ConcurrentReferenceHashMap的使用
修饰符和类型字段说明private static final ConcurrentReferenceHashMap<Class<?>,Field[]> ReflectionUtils.DECLARED_FIELDS_CACHECache forClass.getDeclaredFields(), allowing for fast iteration.private static final ConcurrentReferenceHashMap<Class<?>,Method[]> ReflectionUtils.DECLARED_METHODS_CACHECache forClass.getDeclaredMethods()plus equivalent default methods from Java 8 based interfaces, allowing for fast iteration.private static final ConcurrentReferenceHashMap<Method,Method> ReflectionUtils.interfaceMethodCacheCache for equivalent methods on an interface implemented by the declaring class.