public interface ValueTransformer extends com.google.common.base.Function<Object,Object>
CANNOT_HANDLE in apply(Object) when implemented
transformer cannot transform given value.| Modifier and Type | Field and Description |
|---|---|
static Object |
CANNOT_HANDLE |
static final Object CANNOT_HANDLE
Object apply(@Nullable Object from)
apply in interface com.google.common.base.Function<Object,Object>from - Source object.CANNOT_HANDLE when given value cannot be transformed.Copyright © 2013 Atlassian. All Rights Reserved.