Package com.github.miemiedev.mybatis.paginator.jackson2

Examples of com.github.miemiedev.mybatis.paginator.jackson2.PageListJsonMapper


        //Get totalCount
        PageList pageList = (PageList)list;
        System.out.println("totalCount: " + pageList.getPaginator().getTotalCount());

        //Convert to json , for spring mvc
        ObjectMapper objectMapper = new PageListJsonMapper();
        System.out.println(objectMapper.writeValueAsString(list));
    }
View Full Code Here

TOP

Related Classes of com.github.miemiedev.mybatis.paginator.jackson2.PageListJsonMapper

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.