public class SortWriter extends Object implements net.minidev.json.reader.JsonWriterI<org.springframework.data.domain.Sort>
| Constructor and Description |
|---|
SortWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeJSONString(org.springframework.data.domain.Sort value,
Appendable out,
net.minidev.json.JSONStyle compression)
Dumps object into JSON-serializable array and writes it as a JSON string.
|
public void writeJSONString(org.springframework.data.domain.Sort value,
Appendable out,
net.minidev.json.JSONStyle compression)
throws IOException
writeJSONString in interface net.minidev.json.reader.JsonWriterI<org.springframework.data.domain.Sort>value - Value.out - Output stream.compression - JSON formatter style.IOException - When write to output stream fails.Copyright © 2015 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.