org.jboss.mx.mxbean
Class CompositeTypeMetaDataFactory
java.lang.Object
org.jboss.util.collection.WeakClassCache
org.jboss.mx.mxbean.CompositeTypeMetaDataFactory
public class CompositeTypeMetaDataFactory
- extends org.jboss.util.collection.WeakClassCache
CompositeTypeMetaDataFactory.
- Version:
- $Revision: 85945 $
- Author:
- Adrian Brock
Fields inherited from class org.jboss.util.collection.WeakClassCache |
cache |
Methods inherited from class org.jboss.util.collection.WeakClassCache |
get, get, getClassLoaderCache |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getCompositeType
public static CompositeType getCompositeType(Class<?> clazz)
- Get the composite type for a class
- Parameters:
clazz
- the class
- Returns:
- the composite type
getCompositeTypeMetaData
public static CompositeTypeMetaData getCompositeTypeMetaData(Class<?> clazz)
- Get the composite type meta data
- Parameters:
clazz
- the class
- Returns:
- the meta data
instantiate
protected Object instantiate(Class clazz)
- Specified by:
instantiate
in class org.jboss.util.collection.WeakClassCache
generate
protected void generate(Class clazz,
Object object)
- Specified by:
generate
in class org.jboss.util.collection.WeakClassCache
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.