public interface Type
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
convertedType() |
static Class<?>[] |
convertedTypes(Type[] types) |
static boolean |
isWeakMatching(Type[] types) |
Class<?> |
matchedType() |
static Class<?>[] |
matchedTypes(Type[] types) |
boolean |
matches(Class<?> type) |
static boolean |
matches(Type[] matchTypes,
Class<?>[] types) |
Type |
matching(Class<?> type) |
Copyright © 2024. All rights reserved.