public class PriorityDelegatingCoercer extends BaseCoercer
MAX_PRIORITY| Constructor and Description |
|---|
PriorityDelegatingCoercer(ICoercer delegate,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
Object |
coerceValue(IType typeToCoerceTo,
Object value) |
int |
getPriority(IType to,
IType from) |
boolean |
handlesNull() |
boolean |
isExplicitCoercion() |
public PriorityDelegatingCoercer(ICoercer delegate, int priority)
public boolean isExplicitCoercion()
public boolean handlesNull()
public int getPriority(IType to, IType from)
Copyright © 2015. All rights reserved.