Package jodd.introspector
Class MapperFunctionInstances
- java.lang.Object
-
- jodd.introspector.MapperFunctionInstances
-
public class MapperFunctionInstances extends java.lang.ObjectSimple cache ofMapperFunctioninstances.
-
-
Field Summary
Fields Modifier and Type Field Description protected TypeCache<MapperFunction>typeCache
-
Constructor Summary
Constructors Constructor Description MapperFunctionInstances()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MapperFunctionInstancesget()Returns the instance.MapperFunctionlookup(java.lang.Class<? extends MapperFunction> mapperFunctionClass)
-
-
-
Field Detail
-
typeCache
protected TypeCache<MapperFunction> typeCache
-
-
Method Detail
-
get
public static MapperFunctionInstances get()
Returns the instance.
-
lookup
public MapperFunction lookup(java.lang.Class<? extends MapperFunction> mapperFunctionClass)
-
-