public final class Converters extends Object
Modifier and Type | Method and Description |
---|---|
static Type |
getConverterType(Class<?> clazz)
Get the type of the converter specified by
clazz . |
public static Type getConverterType(Class<?> clazz)
clazz
. If the given class is not a valid
converter, then null
is returned.clazz
- the converter class (must not be null
)null
if the class does not represent a valid configurationIllegalStateException
- if the given converter class is not properly parameterizedCopyright © 2020 JBoss by Red Hat. All rights reserved.