Class EmbeddedPage


  • public class EmbeddedPage
    extends EmbeddedPageHeader
    Class to embed a page in a HAL Resource
    • Constructor Detail

      • EmbeddedPage

        public EmbeddedPage​(String self,
                            org.springframework.data.domain.Page page,
                            List fullList,
                            String relation)
      • EmbeddedPage

        public EmbeddedPage​(String self,
                            org.springframework.data.domain.Page page,
                            List fullList,
                            boolean totalElementsIsKnown,
                            String relation)
    • Method Detail

      • getFullList

        public List getFullList()