|
||||||||||
| 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 |
|---|
beanName, configurator, context, propertyName, type |
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Fields inherited from interface org.jboss.beans.metadata.plugins.TypeProvider |
|---|
ERROR_MSG |
| Constructor Summary | |
|---|---|
AbstractArrayMetaData()
Create a new array value |
|
| Method Summary | ||
|---|---|---|
protected
|
checkResult(Object result,
Class<T> expected)
Check result for class compatibility. |
|
protected
|
getTypeInstance(org.jboss.reflect.spi.TypeInfo info,
ClassLoader cl,
Class<T> expected)
Create the class instance |
|
Object |
getValue(org.jboss.reflect.spi.TypeInfo info,
ClassLoader cl)
Get the value. |
|
| 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, getDefaultInstance, getElementClassInfo, getElementType, getType, isEmpty, iterator, remove, removeAll, retainAll, setElementType, size, toArray, toArray, toString |
| Methods inherited from class org.jboss.beans.metadata.plugins.AbstractTypeMetaData |
|---|
createInstance, getClass, getClassInfo, getClassInfo, getType, initialVisit, preinstantiatedLookup, preparePreinstantiatedLookup, setConfigurator, setType |
| Methods inherited from class org.jboss.beans.metadata.plugins.AbstractValueMetaData |
|---|
describeVisit, 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, hashCode, 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,
ClassLoader cl)
throws Throwable
ValueMetaData
getValue in interface ValueMetaDatagetValue in class AbstractCollectionMetaDatainfo - the type infocl - the classloader
Throwable - for any error
protected <T> T getTypeInstance(org.jboss.reflect.spi.TypeInfo info,
ClassLoader cl,
Class<T> expected)
throws Throwable
AbstractTypeMetaData
getTypeInstance in class AbstractTypeMetaDataT - expected typeinfo - the request typecl - the classloaderexpected - the expected class
Throwable - for any error
protected <T> T checkResult(Object result,
Class<T> expected)
AbstractTypeMetaData
checkResult in class AbstractTypeMetaDataT - the expected typeresult - the resultexpected - expected class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||