org.nuiton.util.csv
Class Common.MapProperty<E extends Map<String,Object>,T>
java.lang.Object
org.nuiton.util.csv.Common.MapProperty<E,T>
- All Implemented Interfaces:
- ValueGetter<E,T>, ValueGetterSetter<E,T>, ValueSetter<E,T>
- Enclosing class:
- Common
public static class Common.MapProperty<E extends Map<String,Object>,T>
- extends Object
- implements ValueGetterSetter<E,T>
|
Method Summary |
T |
get(E object)
|
void |
set(E bean,
T value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyName
protected String propertyName
set
public void set(E bean,
T value)
throws Exception
- Specified by:
set in interface ValueSetter<E extends Map<String,Object>,T>
- Throws:
Exception
get
public T get(E object)
throws Exception
- Specified by:
get in interface ValueGetter<E extends Map<String,Object>,T>
- Throws:
Exception
Copyright © 2011 CodeLutin. All Rights Reserved.