org.apache.openejb.config.typed.util
Class ObjectMap.MethodEntry
java.lang.Object
org.apache.openejb.config.typed.util.ObjectMap.MethodEntry
- All Implemented Interfaces:
- Map.Entry<String,Object>
- Enclosing class:
- ObjectMap
public class ObjectMap.MethodEntry
- extends Object
- implements Map.Entry<String,Object>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectMap.MethodEntry
public ObjectMap.MethodEntry(Method getter,
Method setter)
invoke
protected Object invoke(Method method,
Object... args)
getKey
public String getKey()
- Specified by:
getKey in interface Map.Entry<String,Object>
getValue
public Object getValue()
- Specified by:
getValue in interface Map.Entry<String,Object>
setValue
public Object setValue(Object value)
- Specified by:
setValue in interface Map.Entry<String,Object>
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.