public static class SortJsonComponent.SortSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<org.springframework.data.domain.Sort>
| Constructor and Description |
|---|
SortSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Class<org.springframework.data.domain.Sort> |
handledType() |
void |
serialize(org.springframework.data.domain.Sort value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public void serialize(org.springframework.data.domain.Sort value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers)
throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<org.springframework.data.domain.Sort>IOExceptionpublic Class<org.springframework.data.domain.Sort> handledType()
handledType in class com.fasterxml.jackson.databind.JsonSerializer<org.springframework.data.domain.Sort>Copyright © 2023 Pivotal Software, Inc.. All rights reserved.