public class CoercionTargets extends Object
| Constructor and Description |
|---|
CoercionTargets() |
| Modifier and Type | Method and Description |
|---|---|
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,
String name) |
public static CoercionTarget find(Class<?> type)
public static CoercionTarget find(Type genericType, Class<?> owner, String name)
public static CoercionTarget find(Class<?> type, Type genericType)
public static CoercionTarget find(Field f)
public static CoercionTarget find(Method m)
public static CoercionTarget find(Field f, CoercionTarget parent)
Copyright © 2003–2017 RedEngine Ltd. All rights reserved.