Package com.dslplatform.json.runtime
Class Java8ParameterNameExtractor
java.lang.Object
com.dslplatform.json.runtime.Java8ParameterNameExtractor
- All Implemented Interfaces:
ParameterNameExtractor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]extractNames(AccessibleObject ctorOrMethod) Extract parameter names for a class constructor or method
-
Constructor Details
-
Java8ParameterNameExtractor
Java8ParameterNameExtractor()
-
-
Method Details
-
extractNames
Description copied from interface:ParameterNameExtractorExtract parameter names for a class constructor or method- Specified by:
extractNamesin interfaceParameterNameExtractor- Parameters:
ctorOrMethod- should be instance ofConstructororMethod- Returns:
- array of names or null if information is not available
-