public class FunctionFromInterfaceCoercer extends BaseCoercer
MAX_PRIORITY| Modifier and Type | Method and Description |
|---|---|
static boolean |
areTypesCompatible(IFunctionType functionType,
IType interfaceType) |
Object |
coerceValue(IType typeToCoerceTo,
Object value) |
static Object |
doCoercion(Class classToCoerceTo,
Class ifaceClass,
Object value) |
int |
getPriority(IType to,
IType from) |
boolean |
handlesNull() |
static FunctionFromInterfaceCoercer |
instance() |
boolean |
isExplicitCoercion() |
public static FunctionFromInterfaceCoercer instance()
public boolean handlesNull()
public boolean isExplicitCoercion()
public static boolean areTypesCompatible(IFunctionType functionType, IType interfaceType)
public int getPriority(IType to, IType from)
Copyright © 2015. All rights reserved.