net.stickycode.coercion
Interface CoercionTarget
- All Known Implementing Classes:
- AbstractCoercionType, CoercionType
public interface CoercionTarget
Contract for something that can be the target of a coercion.
A target for coercion is defined by have
getType
Class<?> getType()
isArray
boolean isArray()
getComponentType
Class<?> getComponentType()
getComponentCoercionType
CoercionTarget getComponentCoercionType()
getComponentCoercionTypes
CoercionTarget[] getComponentCoercionTypes()
Copyright © 2003-2011 RedEngine Ltd. All Rights Reserved.