public class UpcastInspector extends Object
| Constructor and Description |
|---|
UpcastInspector() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasAnnotatedMethods(Class<?> type) |
static <T> List<AnnotatedUpcaster<T>> |
inspect(Collection<?> upcasters,
Class<T> dataType) |
public static boolean hasAnnotatedMethods(Class<?> type)
public static <T> List<AnnotatedUpcaster<T>> inspect(Collection<?> upcasters, Class<T> dataType)
Copyright © 2019 Flux Capacitor. All rights reserved.