protected static interface ParameterList.ForLoadedExecutable.Dispatcher
Modifier and Type | Interface and Description |
---|---|
static class |
ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm
A dispatcher for virtual machines that are not aware of the
java.lang.reflect.Executable type that was added in Java version 8. |
static class |
ParameterList.ForLoadedExecutable.Dispatcher.ForModernVm
A dispatcher for virtual machines that are aware of the
java.lang.reflect.Executable type that was added in Java version 8. |
Modifier and Type | Method and Description |
---|---|
ParameterList<ParameterDescription.InDefinedShape> |
getParameters(Constructor<?> constructor)
Returns a list of descriptions of the provided constructor.
|
ParameterList<ParameterDescription.InDefinedShape> |
getParameters(Method method)
Returns a list of descriptions of the provided method.
|
ParameterList<ParameterDescription.InDefinedShape> getParameters(Method method)
method
- The loaded method for which to describe the parameters.ParameterList<ParameterDescription.InDefinedShape> getParameters(Constructor<?> constructor)
constructor
- The loaded constructor for which to describe the parameters.Copyright © 2014–2015. All rights reserved.