Uses of Class
org.bremersee.pagebuilder.testmodel.Address
Packages that use Address
-
Uses of Address in org.bremersee.pagebuilder.testmodel
Methods in org.bremersee.pagebuilder.testmodel that return AddressConstructors in org.bremersee.pagebuilder.testmodel with parameters of type AddressModifierConstructorDescriptionInstantiates a new dog.Instantiates a new person.Constructor parameters in org.bremersee.pagebuilder.testmodel with type arguments of type AddressModifierConstructorDescriptionAddressPage(List<? extends Address> content, int number, int size, long totalElements) Instantiates a new address page.AddressPage(List<? extends Address> content, int number, int size, long totalElements, SortOrder sort) Instantiates a new address page.AddressPage(List<? extends Address> content, int number, int size, long totalElements, org.springframework.data.domain.Sort sort) Instantiates a new address page.AddressPage(org.springframework.data.domain.Page<? extends Address> page) Instantiates a new address page.AddressSlice(List<? extends Address> content, int number, int size, boolean hasNext) Instantiates a new Address slice.AddressSlice(List<? extends Address> content, int number, int size, boolean hasNext, SortOrder sort) Instantiates a new Address slice.AddressSlice(List<? extends Address> content, int number, int size, boolean hasNext, org.springframework.data.domain.Sort sort) Instantiates a new Address slice.AddressSlice(org.springframework.data.domain.Slice<? extends Address> slice) Instantiates a new Address slice.