Uses of Enum Class
org.springframework.data.web.config.EnableSpringDataWebSupport.PageSerializationMode
-
Uses of EnableSpringDataWebSupport.PageSerializationMode in org.springframework.data.web.config
Modifier and TypeMethodDescriptionSpringDataWebSettings.pageSerializationMode()
Returns the value of thepageSerializationMode
record component.Returns the enum constant of this class with the specified name.EnableSpringDataWebSupport.PageSerializationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSpringDataWebSettings
(EnableSpringDataWebSupport.PageSerializationMode pageSerializationMode) Creates an instance of aSpringDataWebSettings
record class.