public interface ICoercer
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_PRIORITY |
| Modifier and Type | Method and Description |
|---|---|
Object |
coerceValue(IType typeToCoerceTo,
Object value) |
int |
getPriority(IType to,
IType from) |
boolean |
handlesNull() |
boolean |
isExplicitCoercion() |
static final int MAX_PRIORITY
boolean isExplicitCoercion()
boolean handlesNull()
int getPriority(IType to, IType from)
to - from - Copyright © 2016. All rights reserved.