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