Uses of Class
jodd.util.TypeCache
Packages that use TypeCache
Package
Description
Very fast reflection introspector.
Slick and various type conversions.
Huge set of various utilities.
-
Uses of TypeCache in jodd.introspector
Fields in jodd.introspector declared as TypeCacheModifier and TypeFieldDescriptionprotected final TypeCache<ClassDescriptor> CachingIntrospector.cacheprotected TypeCache<MapperFunction> MapperFunctionInstances.typeCache -
Uses of TypeCache in jodd.typeconverter
Fields in jodd.typeconverter declared as TypeCacheModifier and TypeFieldDescriptionprivate final TypeCache<TypeConverter> TypeConverterManager.converters -
Uses of TypeCache in jodd.util
Modifier and TypeMethodDescriptionstatic <A> TypeCache<A> TypeCache.createDefault()Creates default implementation of the type cache.TypeCache.Builder.get()Builds a type cache.