protected static interface GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher
| Modifier and Type | Interface and Description |
|---|---|
static class |
GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher.ForLegacyVm
A dispatcher for a VM that does not support the
java.lang.reflect.Parameter API that throws an exception
for any property. |
static class |
GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher.ForModernVm
A dispatcher for a modern VM that supports the
java.lang.reflect.Parameter API for Java 8+. |
| Modifier and Type | Method and Description |
|---|---|
Type |
getParameterizedType(Object parameter)
Returns a parameter's parameterized type.
|
Class<?> |
getType(Object parameter)
Returns the parameter's type.
|
Copyright © 2014–2015. All rights reserved.