public class DTOHelper extends Object
Constructor and Description |
---|
DTOHelper() |
Modifier and Type | Method and Description |
---|---|
static <E extends BusinessEntity> |
fromDto(WikittyClient client,
Class<E> clazz,
E dto) |
static <E extends BusinessEntity> |
toDto(E w) |
public static <E extends BusinessEntity> E toDto(E w)
public static <E extends BusinessEntity> E fromDto(WikittyClient client, Class<E> clazz, E dto)
Copyright © 2010–2014 CodeLutin. All rights reserved.