com.jeffpalm.util
Interface Util.Mapper

Enclosing class:
Util

public static interface Util.Mapper


Field Summary
static Util.Mapper CAST_AS_STRING
           
static Util.Mapper MEMBER_NAME
           
static Util.Mapper STRING_2_FILE
           
static Util.Mapper TO_STRING
           
 
Method Summary
 java.lang.Object map(java.lang.Object src)
           
 

Field Detail

STRING_2_FILE

static final Util.Mapper STRING_2_FILE

TO_STRING

static final Util.Mapper TO_STRING

CAST_AS_STRING

static final Util.Mapper CAST_AS_STRING

MEMBER_NAME

static final Util.Mapper MEMBER_NAME
Method Detail

map

java.lang.Object map(java.lang.Object src)