org.jboss.cache.marshall
Class MarshalledValueHelper

java.lang.Object
  extended by org.jboss.cache.marshall.MarshalledValueHelper

public class MarshalledValueHelper
extends Object

Common functionality used by the MarshalledValueInterceptor and the MarshalledValueMap.

Since:
2.1.0
Author:
Manik Surtani (manik@jboss.org)
See Also:
MarshalledValue, MarshalledValueInterceptor, MarshalledValueMap

Constructor Summary
MarshalledValueHelper()
           
 
Method Summary
static boolean isTypeExcluded(Class type)
          Tests whether the type should be excluded from MarshalledValue wrapping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshalledValueHelper

public MarshalledValueHelper()
Method Detail

isTypeExcluded

public static boolean isTypeExcluded(Class type)
Tests whether the type should be excluded from MarshalledValue wrapping.

Parameters:
type - type to test. Should not be null.
Returns:
true if it should be excluded from MarshalledValue wrapping.


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.