Interface SignatureParser.Options
- Enclosing class:
- SignatureParser
public static interface SignatureParser.Options
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbeautifyPackageNamePrefix
(String packageSpecifier) Optionally modifies package name prefixes before they are used in the variousObject.toString()
methods.
-
Method Details
-
beautifyPackageNamePrefix
Optionally modifies package name prefixes before they are used in the variousObject.toString()
methods.- Parameters:
packageSpecifier
- E.g.""
(the root package) or"java.lang."
- Returns:
- The packageSpecifier, or a beautified version thereof
-