Package com.dslplatform.json.runtime
Interface ParameterNameExtractor
- All Known Implementing Classes:
CompositeParameterNameExtractor,Java8ParameterNameExtractor,ParanamerParameterNameExtractor
interface ParameterNameExtractor
-
Method Summary
Modifier and TypeMethodDescriptionString[]extractNames(AccessibleObject ctorOrMethod) Extract parameter names for a class constructor or method
-
Method Details
-
extractNames
Extract parameter names for a class constructor or method- Parameters:
ctorOrMethod- should be instance ofConstructororMethod- Returns:
- array of names or null if information is not available
-