Uses of Enum Class
org.springframework.data.web.config.EnableSpringDataWebSupport.PageSerializationMode
Packages that use EnableSpringDataWebSupport.PageSerializationMode
-
Uses of EnableSpringDataWebSupport.PageSerializationMode in org.springframework.data.web.config
Methods in org.springframework.data.web.config that return EnableSpringDataWebSupport.PageSerializationModeModifier and TypeMethodDescriptionSpringDataWebSettings.pageSerializationMode()Returns the value of thepageSerializationModerecord 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.Constructors in org.springframework.data.web.config with parameters of type EnableSpringDataWebSupport.PageSerializationModeModifierConstructorDescriptionSpringDataWebSettings(EnableSpringDataWebSupport.PageSerializationMode pageSerializationMode) Creates an instance of aSpringDataWebSettingsrecord class.