Uses of Class
org.databene.commons.accessor.AccessorProxy

Packages that use AccessorProxy
org.databene.commons.accessor Provides implementation and framework for org.databene.model.Accessor 
 

Uses of AccessorProxy in org.databene.commons.accessor
 

Subclasses of AccessorProxy in org.databene.commons.accessor
 class NotAccessor<E>
          Inverts the boolean result of another Accessor.
 class NullSafeAccessor<C,V>
          Accessor wrapper that returns a predefined value if getValue() is invoked with a 'null' source.
 class NullSafeTypedAccessor<C,V>
          Typed Accessor that returns a default value if invoked on argument null.
 



Copyright © 2010. All Rights Reserved.