| Package | Description |
|---|---|
| org.springframework.data.util |
Core utility APIs such as a type information framework to resolve generic types.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterTypes |
ParameterTypes.of(List<TypeDescriptor> types)
Returns the
ParameterTypes for the given list of TypeDescriptors. |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<ParameterTypes> |
ParameterTypes.getParent() |
protected Optional<ParameterTypes> |
ParameterTypes.getParent(TypeDescriptor tail) |
protected Optional<ParameterTypes> |
ParameterTypes.withLastVarArgs() |
| Constructor and Description |
|---|
ParameterTypes(List<TypeDescriptor> types,
Lazy<Collection<ParameterTypes>> alternatives) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.