Examples of PFUserDOTypeAdapter


Examples of org.projectforge.web.rest.converter.PFUserDOTypeAdapter

    classes.add(AddressDaoRest.class);
    classes.add(TaskDaoRest.class);
    classes.add(TimesheetDaoRest.class);
    classes.add(TimesheetTemplatesRest.class);
    JsonUtils.add(PFUserDO.class, new PFUserDOTypeAdapter());
  }
View Full Code Here
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.