| Package | Description |
|---|---|
| net.sf.mmm.util.reflect.base |
Contains the base-implementations of the
Reflection-Util API. |
| net.sf.mmm.util.reflect.impl |
Contains implementations of the
Reflection-Util API and other internals of this
reflection-util. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
WrappedTypeVariable
Internal implementation of
GenericTypeVariable to wrap a dynamic TypeVariable. |
| Modifier and Type | Field and Description |
|---|---|
private Map<GenericTypeVariable<?>,Type> |
GenericTypeBuilder.variable2typeMap |
| Modifier and Type | Method and Description |
|---|---|
protected GenericTypeVariable<?> |
AbstractGenericType.wrap(TypeVariable<?> typeVariable) |
| Modifier and Type | Method and Description |
|---|---|
<V> GenericTypeBuilder<T> |
GenericTypeBuilder.with(GenericTypeVariable<V> variable,
Class<V> type) |
<V> GenericTypeBuilder<T> |
GenericTypeBuilder.with(GenericTypeVariable<V> variable,
GenericType<V> type) |
<V> GenericTypeBuilder<T> |
GenericTypeBuilder.withType(GenericTypeVariable<V> variable,
Type type) |
| Modifier and Type | Field and Description |
|---|---|
private Map<GenericTypeVariable<?>,Type> |
RuntimeGenericType.variable2typeMap |
| Constructor and Description |
|---|
RuntimeGenericType(Type valueType,
GenericType<?> definingType,
Map<GenericTypeVariable<?>,Type> variable2typeMap)
The constructor.
|
RuntimeGenericType(Type type,
Map<GenericTypeVariable<?>,Type> variable2typeMap)
The constructor.
|
Copyright © 2001–2019 mmm-Team. All rights reserved.