Package pro.projo.jaxrs.jersey.moxy
Class ProjoMoxyJsonFeature
java.lang.Object
pro.projo.jaxrs.jersey.moxy.ProjoMoxyJsonFeature
- All Implemented Interfaces:
javax.ws.rs.core.Feature
public class ProjoMoxyJsonFeature extends Object implements javax.ws.rs.core.Feature
The
ProjoMoxyJsonFeature registers the custom ProjoJaxbContextResolver necessary for integrating
Projo with MOXy.- Author:
- Mirko Raner
-
Constructor Summary
Constructors Constructor Description ProjoMoxyJsonFeature() -
Method Summary
Modifier and Type Method Description booleanconfigure(javax.ws.rs.core.FeatureContext context)
-
Constructor Details
-
ProjoMoxyJsonFeature
public ProjoMoxyJsonFeature()
-
-
Method Details
-
configure
public boolean configure(javax.ws.rs.core.FeatureContext context)- Specified by:
configurein interfacejavax.ws.rs.core.Feature
-