org.glassfish.jersey.jettison
Class JettisonFeature

java.lang.Object
  extended by org.glassfish.jersey.jettison.JettisonFeature
All Implemented Interfaces:
javax.ws.rs.core.Feature

public class JettisonFeature
extends Object
implements javax.ws.rs.core.Feature

Feature used to register Jettison JSON providers.

Author:
Michal Gajdos (michal.gajdos at oracle.com)

Constructor Summary
JettisonFeature()
           
 
Method Summary
 boolean configure(javax.ws.rs.core.FeatureContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettisonFeature

public JettisonFeature()
Method Detail

configure

public boolean configure(javax.ws.rs.core.FeatureContext context)
Specified by:
configure in interface javax.ws.rs.core.Feature


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.