Uses of Class
org.glassfish.jersey.jaxb.internal.NounInflector
-
Packages that use NounInflector Package Description org.glassfish.jersey.jaxb.internal -
-
Uses of NounInflector in org.glassfish.jersey.jaxb.internal
Fields in org.glassfish.jersey.jaxb.internal declared as NounInflector Modifier and Type Field Description private NounInflector
AbstractCollectionJaxbProvider. inflector
private static NounInflector
NounInflector. instance
The singleton instance returned by the defaultgetInstance()
method.Methods in org.glassfish.jersey.jaxb.internal that return NounInflector Modifier and Type Method Description static NounInflector
NounInflector. getInstance()
Return a fully configuredNounInflector
instance that can be used for performing transformations.
-