Class NounInflector.Replacer
- java.lang.Object
-
- org.glassfish.jersey.jaxb.internal.NounInflector.Replacer
-
- Enclosing class:
- NounInflector
private static class NounInflector.Replacer extends java.lang.Object
Internal class that uses a regular expression matcher to both match the specified regular expression to a specified word, and (if successful) perform the appropriate substitutions.
-
-
Constructor Summary
Constructors Constructor Description Replacer(java.lang.String match, java.lang.String rule, boolean insensitive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
replacement(java.lang.String input)
Replace the input if it matches the pattern.
-