Package jodd.introspector
Class MapperFunctionInstances
java.lang.Object
jodd.introspector.MapperFunctionInstances
Simple cache of
MapperFunction instances.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final MapperFunctionInstancesprotected TypeCache<MapperFunction> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MapperFunctionInstancesget()Returns the instance.lookup(Class<? extends MapperFunction> mapperFunctionClass)
-
Field Details
-
MAPPER_FUNCTION_INSTANCES
-
typeCache
-
-
Constructor Details
-
MapperFunctionInstances
public MapperFunctionInstances()
-
-
Method Details
-
get
Returns the instance. -
lookup
-