|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.accessor.AccessorProxy<C,V>
org.databene.commons.accessor.NullSafeAccessor<C,V>
org.databene.commons.accessor.NullSafeTypedAccessor<C,V>
public class NullSafeTypedAccessor<C,V>
Typed Accessor that returns a default value if invoked on argument null.
Created: 22.02.2006 20:08:36
| Field Summary |
|---|
| Fields inherited from class org.databene.commons.accessor.AccessorProxy |
|---|
realAccessor |
| Constructor Summary | |
|---|---|
NullSafeTypedAccessor(TypedAccessor<C,V> realAccessor,
V nullValue)
|
|
| Method Summary | |
|---|---|
java.lang.Class<? extends V> |
getValueType()
|
| Methods inherited from class org.databene.commons.accessor.NullSafeAccessor |
|---|
getValue |
| Methods inherited from class org.databene.commons.accessor.AccessorProxy |
|---|
getDependencies |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.databene.commons.Accessor |
|---|
getValue |
| Constructor Detail |
|---|
public NullSafeTypedAccessor(TypedAccessor<C,V> realAccessor,
V nullValue)
| Method Detail |
|---|
public java.lang.Class<? extends V> getValueType()
getValueType in interface TypedAccessor<C,V>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||