|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jexl2.introspection.UberspectImpl.IndexedContainer
public static final class UberspectImpl.IndexedContainer
A generic indexed property container, exposes get(key) and set(key, value) and solves method call dynamically based on arguments.
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.Object key)
Gets a property from a container. |
java.lang.Object |
set(java.lang.Object key,
java.lang.Object value)
Sets a property in a container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Object get(java.lang.Object key)
throws java.lang.Exception
key - the property key
java.lang.Exception - if inner invocation fails
public java.lang.Object set(java.lang.Object key,
java.lang.Object value)
throws java.lang.Exception
key - the property keyvalue - the property value
java.lang.Exception - if inner invocation fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||