Package br.com.caelum.vraptor.restfulie.serialization

Examples of br.com.caelum.vraptor.restfulie.serialization.LinkConverter


    when(config.getApplicationPath()).thenReturn("http://www.caelum.com.br");

    xstream = new XStream();
    ReflectionConverter base = new ReflectionConverter(xstream.getMapper(), xstream.getReflectionProvider());

    xstream.registerConverter(new LinkConverter(base, restfulie, config));
  }
View Full Code Here

TOP

Related Classes of br.com.caelum.vraptor.restfulie.serialization.LinkConverter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.