Uses of Interface
net.stickycode.coercion.CoercionTarget

Uses of CoercionTarget in net.stickycode.coercion
 

Classes in net.stickycode.coercion that implement CoercionTarget
 class AbstractCoercionType
           
 class CoercionType
           
 

Methods in net.stickycode.coercion that return CoercionTarget
 CoercionTarget CoercionTarget.getComponentCoercionType()
           
 CoercionTarget[] CoercionTarget.getComponentCoercionTypes()
           
 

Methods in net.stickycode.coercion with parameters of type CoercionTarget
 T Coercion.coerce(CoercionTarget type, String value)
          Coerce the given string value into the type represented by this coercion.
<T> Coercion<T>
CoercionFinder.find(CoercionTarget target)
          Find a coercion for the given target.
 boolean Coercion.isApplicableTo(CoercionTarget type)
          Return true if this coercion is applicable for the given target type
 

Constructors in net.stickycode.coercion with parameters of type CoercionTarget
CoercionNotFoundException(CoercionTarget target, Collection<Coercion> coercions)
           
 



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