Uses of Interface
jodd.introspector.MapperFunction
-
Packages that use MapperFunction Package Description jodd.introspector Very fast reflection introspector. -
-
Uses of MapperFunction in jodd.introspector
Fields in jodd.introspector declared as MapperFunction Modifier and Type Field Description protected MapperFunctionFieldDescriptor. mapperFunctionprotected MapperFunctionMethodDescriptor. mapperFunctionFields in jodd.introspector with type parameters of type MapperFunction Modifier and Type Field Description protected TypeCache<MapperFunction>MapperFunctionInstances. typeCacheMethods in jodd.introspector that return MapperFunction Modifier and Type Method Description MapperFunctionSetter. getMapperFunction()MapperFunctionMapperFunctionInstances. lookup(java.lang.Class<? extends MapperFunction> mapperFunctionClass)Methods in jodd.introspector that return types with arguments of type MapperFunction Modifier and Type Method Description java.lang.Class<? extends MapperFunction>value()Method parameters in jodd.introspector with type arguments of type MapperFunction Modifier and Type Method Description MapperFunctionMapperFunctionInstances. lookup(java.lang.Class<? extends MapperFunction> mapperFunctionClass)
-