org.glassfish.jersey.media.json
Class JsonMoxyModule

java.lang.Object
  extended by org.glassfish.jersey.internal.inject.AbstractModule
      extended by org.glassfish.jersey.media.json.JsonMoxyModule
All Implemented Interfaces:
DynamicConfiguration, Binder, Module

public class JsonMoxyModule
extends AbstractModule

Module with JAX-RS MOXy JSON providers.

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

Constructor Summary
JsonMoxyModule()
           
 
Method Summary
protected  void configure()
           
 
Methods inherited from class org.glassfish.jersey.internal.inject.AbstractModule
addActiveDescriptor, addActiveDescriptor, addUnbindFilter, bind, bind, bind, commit, install
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonMoxyModule

public JsonMoxyModule()
Method Detail

configure

protected void configure()
Specified by:
configure in class AbstractModule


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.