@FunctionalInterface public interface TypeMapper
| Modifier and Type | Field and Description |
|---|---|
static TypeMapper |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static TypeMapper |
empty() |
Type |
get(TypeVariable<?> typeVariable) |
static TypeMapper |
of(ParameterizedType type,
Class<?> clazz) |
default Type |
resolve(Type type) |
static final TypeMapper EMPTY
static TypeMapper of(ParameterizedType type, Class<?> clazz)
static TypeMapper empty()
Type get(TypeVariable<?> typeVariable)
Copyright © 2023. All rights reserved.