Uses of Interface
com.jeffpalm.util.Util.Mapper

Packages that use Util.Mapper
com.jeffpalm.util   
 

Uses of Util.Mapper in com.jeffpalm.util
 

Fields in com.jeffpalm.util declared as Util.Mapper
static Util.Mapper Util.Mapper.CAST_AS_STRING
           
static Util.Mapper Util.Mapper.MEMBER_NAME
           
static Util.Mapper Util.Mapper.STRING_2_FILE
           
static Util.Mapper Util.Mapper.TO_STRING
           
 

Methods in com.jeffpalm.util that return Util.Mapper
static Util.Mapper Util.constructorMapper(java.lang.Class cls)
           
static Util.Mapper Util.constructorMapper(java.lang.Class cls, java.lang.Class paramType)
           
static Util.Mapper Util.constructorMapper(java.lang.reflect.Constructor ctor)
           
 

Methods in com.jeffpalm.util with parameters of type Util.Mapper
static java.util.Collection Util.map(java.util.Collection list, Util.Mapper mapper)
           
static java.lang.Object Util.map(java.lang.Object[] src, Util.Mapper mapper, java.lang.Class resultType)