public interface IResolvingCoercer extends ICoercer
MAX_PRIORITY| Modifier and Type | Method and Description |
|---|---|
IType |
resolveType(IType target,
IType source)
This method should produce a more appropriately parameterized type for the given target type for this
coercion.
|
coerceValue, getPriority, handlesNull, isExplicitCoercionIType resolveType(IType target, IType source)
This method should produce a more appropriately parameterized type for the given target type for this
coercion. This allows a coercion to communicate type information through the coercion process. An example
is the MetaType-to-Class coercion. MetaType
If no more appropriate inference type exists, this method should return the source type.
target - typesource - Copyright © 2020. All rights reserved.