|
||||||||||
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. |
|
AbstractArrayMetaData |
clone()
Clone the object |
|
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, getTypeInfo, getTypeInfo, getTypeInstance, initialVisit, preinstantiatedLookup, preparePreinstantiatedLookup, setConfigurator, setType |
Methods inherited from class org.jboss.beans.metadata.plugins.AbstractValueMetaData |
---|
describeVisit, getUnderlyingValue, getValue, isUseJMXObjectNameFix, setValue, toShortString |
Methods inherited from class org.jboss.util.JBossObject |
---|
cacheGetHashCode, cacheToString, 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 |
---|
toShortString |
Constructor Detail |
---|
public AbstractArrayMetaData()
Method Detail |
---|
public Object getValue(org.jboss.reflect.spi.TypeInfo info, ClassLoader cl) throws Throwable
ValueMetaData
getValue
in interface ValueMetaData
getValue
in class AbstractCollectionMetaData
info
- the type infocl
- the classloader
Throwable
- for any errorprotected <T> T getTypeInstance(org.jboss.reflect.spi.TypeInfo info, ClassLoader cl, Class<T> expected) throws Throwable
AbstractTypeMetaData
getTypeInstance
in class AbstractTypeMetaData
T
- expected typeinfo
- the request typecl
- the classloaderexpected
- the expected class
Throwable
- for any errorprotected <T> T checkResult(Object result, Class<T> expected)
AbstractTypeMetaData
checkResult
in class AbstractTypeMetaData
T
- the expected typeresult
- the resultexpected
- expected class
public AbstractArrayMetaData clone()
MetaDataVisitorNode
clone
in interface MetaDataVisitorNode
clone
in interface org.jboss.util.JBossInterface
clone
in class AbstractListMetaData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |