public static final class IndexedType.IndexedContainer extends Object
Must remain public for introspection purpose.
Modifier and Type | Method and Description |
---|---|
Object |
get(Object key)
Gets a property from this indexed container.
|
Class<?> |
getContainerClass()
Gets the property container class.
|
String |
getContainerName()
Gets the property container name.
|
Object |
set(Object key,
Object value)
Sets a property in this indexed container.
|
public String getContainerName()
public Class<?> getContainerClass()
public Object get(Object key) throws Exception
key
- the property keyException
- if inner invocation failsCopyright © 2001–2021 The Apache Software Foundation. All rights reserved.