public static class ConfigType.Conversions extends Object
| Constructor and Description |
|---|
Conversions() |
| Modifier and Type | Method and Description |
|---|---|
static ConfigType |
asConfigType(Type type) |
static Class<?> |
classFromType(Type type) |
static ConfigType |
fromClass(Class<?> cls,
Types types) |
static ConfigType |
interfaceToConfigType(Type inType,
Types types) |
static Type |
resolve(Type type,
Types types) |
static ConfigType |
toConfigType(Type inType,
Types types) |
static List<Type> |
typeArgs(Type type,
Types types) |
static Types |
typeMapping(Type type,
Types types) |
static List<String> |
typeParameters(Type type,
Types types) |
public static ConfigType asConfigType(Type type)
public static ConfigType toConfigType(Type inType, Types types)
public static ConfigType fromClass(Class<?> cls, Types types)
public static ConfigType interfaceToConfigType(Type inType, Types types)
Copyright © 2020. All rights reserved.