Uses of Interface
net.stickycode.coercion.CoercionTarget

Packages that use CoercionTarget
net.stickycode.coercion   
net.stickycode.coercion.target   
 

Uses of CoercionTarget in net.stickycode.coercion
 

Methods in net.stickycode.coercion that return CoercionTarget
 CoercionTarget[] CoercionTarget.getComponentCoercionTypes()
          Return the CoercionTargets for the components.
 CoercionTarget CoercionTarget.getParent()
           
 

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.
 T Coercion.getDefaultValue(CoercionTarget target)
          In the case where there is not value already set and a String value for coercion cannot be found then this will be used.
 boolean Coercion.isApplicableTo(CoercionTarget target)
          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)
           
 

Uses of CoercionTarget in net.stickycode.coercion.target
 

Classes in net.stickycode.coercion.target that implement CoercionTarget
 class AbstractCoercionTarget
           
 class ArrayCoercionTarget
           
 class ParameterizedArrayCoercionTarget
           
 class ParameterizedCoercionTarget
           
 class PrimitiveResolvingCoercionTarget
           
 

Fields in net.stickycode.coercion.target declared as CoercionTarget
protected  CoercionTarget AbstractCoercionTarget.parent
           
 

Methods in net.stickycode.coercion.target that return CoercionTarget
static CoercionTarget CoercionTargets.find(Class<?> type)
           
static CoercionTarget CoercionTargets.find(Class<?> type, Type genericType)
           
static CoercionTarget CoercionTargets.find(Field f)
           
static CoercionTarget CoercionTargets.find(Field f, CoercionTarget parent)
           
static CoercionTarget CoercionTargets.find(Method m)
           
static CoercionTarget CoercionTargets.find(Type genericType, Class<?> owner, String name)
           
 CoercionTarget[] ParameterizedCoercionTarget.getComponentCoercionTypes()
           
 CoercionTarget[] AbstractCoercionTarget.getComponentCoercionTypes()
           
 CoercionTarget[] ArrayCoercionTarget.getComponentCoercionTypes()
           
 CoercionTarget[] ParameterizedArrayCoercionTarget.getComponentCoercionTypes()
           
 CoercionTarget AbstractCoercionTarget.getParent()
           
 CoercionTarget ParameterizedArrayCoercionTarget.getParent()
           
 

Methods in net.stickycode.coercion.target with parameters of type CoercionTarget
static CoercionTarget CoercionTargets.find(Field f, CoercionTarget parent)
           
 

Constructors in net.stickycode.coercion.target with parameters of type CoercionTarget
AbstractCoercionTarget(Class<?> type, Class<?> owner, CoercionTarget parent, String name)
           
ArrayCoercionTarget(Class<?> type, Class<?> owner, CoercionTarget parent, String name)
           
ParameterizedArrayCoercionTarget(GenericArrayType genericType, Class<?> owner, CoercionTarget parent, String name)
           
ParameterizedCoercionTarget(ParameterizedType genericType, AnnotatedElement element, Class<?> owner, CoercionTarget parent, String name)
           
PrimitiveResolvingCoercionTarget(Class<?> type, AnnotatedElement annotatedElement, Class<?> owner, CoercionTarget parent, String name)
           
 



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