org.jboss.cache.pojo.impl
Class CachedType
java.lang.Object
org.jboss.cache.pojo.impl.CachedType
public class CachedType
- extends Object
Represent a cached object type, e.g., whether it is primitive or not.
Note: need to pay special attention not to leak classloader.
- Author:
- Harald Gliebe, Ben Wang
CachedType
public CachedType()
CachedType
public CachedType(Class type)
getType
public Class getType()
isImmediate
public boolean isImmediate()
isImmutable
public boolean isImmutable()
getFields
public List getFields()
getField
public Field getField(String name)
toString
public String toString()
- Overrides:
toString
in class Object
isNonReplicatable
public static boolean isNonReplicatable(Field field)
isSimpleAttribute
public static boolean isSimpleAttribute(Field field)
attributeName
protected static String attributeName(String methodName)
isGet
protected static boolean isGet(Method method)
isSet
protected static boolean isSet(Method method)
Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.