Class SpringDataWebProperties
- java.lang.Object
- org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
@ConfigurationProperties("spring.data.web") public class SpringDataWebProperties extends ObjectConfiguration properties for Spring Data Web.- Since:
- 2.0.0
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSpringDataWebProperties.PageablePageable properties.static classSpringDataWebProperties.SortSort properties.
Constructor Summary
Constructors Constructor Description SpringDataWebProperties()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpringDataWebProperties.PageablegetPageable()SpringDataWebProperties.SortgetSort()
Constructor Detail
SpringDataWebProperties
public SpringDataWebProperties()
Method Detail
getPageable
public SpringDataWebProperties.Pageable getPageable()
getSort
public SpringDataWebProperties.Sort getSort()