Class ItemListDto<T>
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<BaseRepresentationModel>
-
- tv.hd3g.authkit.mod.dto.ressource.BaseRepresentationModel
-
- tv.hd3g.authkit.mod.dto.ressource.ItemListDto<T>
-
public class ItemListDto<T> extends BaseRepresentationModel
-
-
Constructor Summary
Constructors Constructor Description ItemListDto(Collection<T> items)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Collection<T>getItems()inthashCode()
-
-
-
Constructor Detail
-
ItemListDto
public ItemListDto(Collection<T> items)
-
-
Method Detail
-
getItems
public Collection<T> getItems()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.springframework.hateoas.RepresentationModel<BaseRepresentationModel>
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classorg.springframework.hateoas.RepresentationModel<BaseRepresentationModel>
-
-