Package br.com.caelum.vraptor.http.iogi

Source Code of br.com.caelum.vraptor.http.iogi.ABCConverter

package br.com.caelum.vraptor.http.iogi;

import br.com.caelum.vraptor.converter.Converter;
import br.com.caelum.vraptor.http.iogi.IogiParametersProviderTest.ABC;

public class ABCConverter implements Converter<ABC> {

  @Override
  public ABC convert(String value, Class<? extends ABC> type) {
    return new ABC();
  }

}
TOP

Related Classes of br.com.caelum.vraptor.http.iogi.ABCConverter

TOP
Copyright © 2018 www.massapi.com. 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.