Package com.dslplatform.json.runtime
Class ParanamerParameterNameExtractor
java.lang.Object
com.dslplatform.json.runtime.ParanamerParameterNameExtractor
- All Implemented Interfaces:
ParameterNameExtractor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]extractNames(AccessibleObject ctorOrMethod) Extract parameter names for a class constructor or method
-
Field Details
-
paranamer
private final com.thoughtworks.paranamer.Paranamer paranamer
-
-
Constructor Details
-
ParanamerParameterNameExtractor
ParanamerParameterNameExtractor()
-
-
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
-