|
||||||||||
| 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
public class 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(TypeInfo info,
ClassLoader cl,
Class expected)
Create the collection instance |
Object |
getValue(TypeInfo info,
ClassLoader cl)
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(TypeInfo info,
ClassLoader cl)
throws Throwable
ValueMetaData
getValue in interface ValueMetaDatagetValue in class AbstractCollectionMetaDatainfo - the type infocl - the classloader
Throwable - for any error
protected Object getCollectionInstance(TypeInfo info,
ClassLoader cl,
Class expected)
throws Throwable
AbstractCollectionMetaData
getCollectionInstance in class AbstractCollectionMetaDatainfo - the request typecl - the classloaderexpected - 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 | |||||||||