fr.lteconsulting.angular2gwt.client.interop.ng.AngularTools Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of angular2-gwt Show documentation
Show all versions of angular2-gwt Show documentation
Allows to develop Angular 2 applications with GWT
package fr.lteconsulting.angular2gwt.client.interop.ng;
import fr.lteconsulting.angular2gwt.client.JsArray;
import fr.lteconsulting.angular2gwt.client.JsTools;
public class AngularTools
{
public static T convertDto( Object dto, Class targetClass )
{
T result = JsTools.convertObject( targetClass.getName(), dto );
return result;
}
public static JsArray convertDtoList( JsArray
© 2015 - 2025 Weber Informatics LLC | Privacy Policy