Uses of Class
org.bremersee.pagebuilder.testmodel.Animal
Packages that use Animal
-
Uses of Animal in org.bremersee.pagebuilder.testmodel
Subclasses of Animal in org.bremersee.pagebuilder.testmodelMethods in org.bremersee.pagebuilder.testmodel that return types with arguments of type AnimalConstructor parameters in org.bremersee.pagebuilder.testmodel with type arguments of type AnimalModifierConstructorDescriptionAnimalPage(List<? extends Animal> content, int number, int size, long totalElements, org.springframework.data.domain.Sort sort) Instantiates a new animal page.AnimalSlice(List<? extends Animal> content, int number, int size, boolean hasNext) Instantiates a new Animal slice.AnimalSlice(List<? extends Animal> content, int number, int size, boolean hasNext, SortOrder sort) Instantiates a new Animal slice.AnimalSlice(List<? extends Animal> content, int number, int size, boolean hasNext, org.springframework.data.domain.Sort sort) Instantiates a new Animal slice.AnimalSlice(org.springframework.data.domain.Slice<? extends Animal> slice) Instantiates a new Animal slice.