public abstract class ConverterType extends Object
| Constructor and Description |
|---|
ConverterType() |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<?> |
getLeafType() |
static ConverterType |
of(Field member) |
static ConverterType |
of(Parameter parameter) |
static ConverterType |
of(Type type,
AnnotatedElement element) |
public abstract Class<?> getLeafType()
public static ConverterType of(Field member)
public static ConverterType of(Parameter parameter)
public static ConverterType of(Type type, AnnotatedElement element)
Copyright © 2021 JBoss by Red Hat. All rights reserved.