|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.beans.metadata.plugins.AbstractValueMetaData
org.jboss.beans.metadata.plugins.AbstractTypeMetaData
org.jboss.beans.metadata.plugins.AbstractCollectionMetaData
org.jboss.beans.metadata.plugins.AbstractListMetaData
org.jboss.beans.metadata.plugins.AbstractArrayMetaData
Array metadata.
Field Summary |
Fields inherited from class org.jboss.beans.metadata.plugins.AbstractCollectionMetaData |
collection, elementType |
Fields inherited from class org.jboss.beans.metadata.plugins.AbstractTypeMetaData |
configurator, type |
Fields inherited from class org.jboss.beans.metadata.plugins.AbstractValueMetaData |
value |
Fields inherited from class org.jboss.util.JBossObject |
hashCode, log, toString |
Constructor Summary | |
AbstractArrayMetaData()
Create a new array value |
Method Summary | |
protected Object |
getCollectionInstance(org.jboss.reflect.spi.TypeInfo info,
Class expected)
Create the collection instance |
Object |
getValue(org.jboss.reflect.spi.TypeInfo info)
Get the value. |
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
Methods inherited from class org.jboss.beans.metadata.plugins.AbstractListMetaData |
add, addAll, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList |
Methods inherited from class org.jboss.beans.metadata.plugins.AbstractCollectionMetaData |
add, addAll, clear, contains, containsAll, getChildren, getDefaultCollectionInstance, getElementClassInfo, getElementType, isEmpty, iterator, remove, removeAll, retainAll, setElementType, size, toArray, toArray |
Methods inherited from class org.jboss.beans.metadata.plugins.AbstractTypeMetaData |
getClassInfo, getType, setConfigurator, setType, visit |
Methods inherited from class org.jboss.beans.metadata.plugins.AbstractValueMetaData |
getUnderlyingValue, getValue, setValue, toShortString |
Methods inherited from class org.jboss.util.JBossObject |
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface org.jboss.util.JBossInterface |
clone, toShortString |
Constructor Detail |
public AbstractArrayMetaData()
Method Detail |
public Object getValue(org.jboss.reflect.spi.TypeInfo info) throws Throwable
ValueMetaData
getValue
in interface ValueMetaData
getValue
in class AbstractCollectionMetaData
Throwable
protected Object getCollectionInstance(org.jboss.reflect.spi.TypeInfo info, Class expected) throws Throwable
AbstractCollectionMetaData
getCollectionInstance
in class AbstractCollectionMetaData
info
- the request typeexpected
- the expected class
Throwable
- for any errorpublic void toString(org.jboss.util.JBossStringBuilder buffer)
toString
in class AbstractListMetaData
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |