Uses of Interface
org.hcjf.utils.Introspection.Consumer
-
Packages that use Introspection.Consumer Package Description org.hcjf.utils -
-
Uses of Introspection.Consumer in org.hcjf.utils
Methods in org.hcjf.utils with parameters of type Introspection.Consumer Modifier and Type Method Description static <O> java.util.Map<java.lang.String,O>Introspection. toMap(java.lang.Object instance, Introspection.Consumer consumer)Creates a mpa using all the getters method of the class.
-