Package com.dslplatform.json.runtime
Class CompositeParameterNameExtractor
java.lang.Object
com.dslplatform.json.runtime.CompositeParameterNameExtractor
- 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
-
extractors
-
-
Constructor Details
-
CompositeParameterNameExtractor
CompositeParameterNameExtractor(List<ParameterNameExtractor> extractors)
-
-
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
-