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


Method Summary
 CoercionTarget getComponentCoercionType()
           
 CoercionTarget[] getComponentCoercionTypes()
           
 Class<?> getComponentType()
           
 Class<?> getType()
           
 boolean isArray()
           
 

Method Detail

getType

Class<?> getType()

isArray

boolean isArray()

getComponentType

Class<?> getComponentType()

getComponentCoercionType

CoercionTarget getComponentCoercionType()

getComponentCoercionTypes

CoercionTarget[] getComponentCoercionTypes()


Copyright © 2003-2011 RedEngine Ltd. All Rights Reserved.