Uses of Class
org.glassfish.jersey.jaxb.internal.NounInflector.Replacer
-
Packages that use NounInflector.Replacer Package Description org.glassfish.jersey.jaxb.internal -
-
Uses of NounInflector.Replacer in org.glassfish.jersey.jaxb.internal
Fields in org.glassfish.jersey.jaxb.internal with type parameters of type NounInflector.Replacer Modifier and Type Field Description private java.util.List<NounInflector.Replacer>
NounInflector. plurals
List ofReplacer
s for performing replacement operations on matches for plural words.private java.util.List<NounInflector.Replacer>
NounInflector. singulars
List ofReplacer
s for performing replacement operations on matches for addSingular words.
-