| Package | Description |
|---|---|
| org.bovinegenius.kurgan.types |
| Modifier and Type | Method and Description |
|---|---|
static Types |
ConfigType.Conversions.typeMapping(Type type,
Types types) |
Types |
Types.with(Map<String,Type> entries) |
Types |
Types.with(String name,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigType |
ConfigType.Conversions.fromClass(Class<?> cls,
Types types) |
static ConfigType |
ConfigType.Conversions.interfaceToConfigType(Type inType,
Types types) |
static Type |
ConfigType.Conversions.resolve(Type type,
Types types) |
static ConfigType |
ConfigType.Conversions.toConfigType(Type inType,
Types types) |
static List<Type> |
ConfigType.Conversions.typeArgs(Type type,
Types types) |
static Types |
ConfigType.Conversions.typeMapping(Type type,
Types types) |
static List<String> |
ConfigType.Conversions.typeParameters(Type type,
Types types) |
| Constructor and Description |
|---|
Types(Types parent,
Map<String,Type> entries) |
Copyright © 2020. All rights reserved.