org.glassfish.jersey.moxy.json
Class MoxyJsonFeature

java.lang.Object
  extended by org.glassfish.jersey.moxy.json.MoxyJsonFeature
All Implemented Interfaces:
Feature

public class MoxyJsonFeature
extends java.lang.Object
implements Feature

Feature used to register MOXy JSON providers.

Author:
Pavel Bucek (pavel.bucek at oracle.com)

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

Constructor Detail

MoxyJsonFeature

public MoxyJsonFeature()
Method Detail

configure

public boolean configure(FeatureContext context)
Specified by:
configure in interface Feature


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