Package br.com.objectos.way.view

Examples of br.com.objectos.way.view.ContextSerializer


      super("CustomModule", new Version(0, 1, 1, "duh"));

      // objectos comuns base
      addSerializer(Cep.class, new CepSerializer());
      addSerializer(Cnpj.class, new CnpjSerializer());
      addSerializer(Context.class, new ContextSerializer(mapper));
      addSerializer(Cpf.class, new CpfSerializer());
      addSerializer(Url.class, new UrlSerializer(baseUrl));

      // objectos comuns base (fin)
      addSerializer(Percentual.class, new PercentualSerializer());
View Full Code Here

TOP

Related Classes of br.com.objectos.way.view.ContextSerializer

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.