| Package | Description |
|---|---|
| ch.jalu.typeresolver.typeimpl |
| Modifier and Type | Method and Description |
|---|---|
ParameterizedTypeImpl |
ParameterizedTypeBuilder.build()
Creates a parameterized type with the configured raw type and type arguments.
|
static ParameterizedTypeImpl |
ParameterizedTypeBuilder.newCollectionType(Class<? extends Collection> baseType,
@Nullable Type typeArgument)
Creates a new parameterized type representing the given Collection type and the provided type argument.
|
static ParameterizedTypeImpl |
ParameterizedTypeBuilder.newMapType(Class<? extends Map> baseType,
@Nullable Type keyType,
@Nullable Type valueType)
Creates a new parameterized type representing the given Map type and the provided key and value arguments.
|
Copyright © 2023. All rights reserved.