net.stickycode.coercion.target
Class CoercionTargets

java.lang.Object
  extended by net.stickycode.coercion.target.CoercionTargets

public class CoercionTargets
extends Object


Constructor Summary
CoercionTargets()
           
 
Method Summary
static CoercionTarget find(Class<?> type)
           
static CoercionTarget find(Class<?> type, Type genericType)
           
static CoercionTarget find(Field f)
           
static CoercionTarget find(Field f, CoercionTarget parent)
           
static CoercionTarget find(Method m)
           
static CoercionTarget find(Type genericType, Class<?> owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoercionTargets

public CoercionTargets()
Method Detail

find

public static CoercionTarget find(Class<?> type)

find

public static CoercionTarget find(Type genericType,
                                  Class<?> owner)

find

public static CoercionTarget find(Class<?> type,
                                  Type genericType)

find

public static CoercionTarget find(Field f)

find

public static CoercionTarget find(Method m)

find

public static CoercionTarget find(Field f,
                                  CoercionTarget parent)


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