mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 03:07:30 +08:00
[-] Remove comment
This commit is contained in:
@@ -16,13 +16,6 @@ import java.time.LocalDateTime
|
|||||||
import java.time.format.DateTimeFormatter
|
import java.time.format.DateTimeFormatter
|
||||||
|
|
||||||
|
|
||||||
//class BooleanStringSerializer(t: Class<Boolean>? = null) : StdSerializer<Boolean>(t) {
|
|
||||||
// override fun serialize(value: Boolean, gen: JsonGenerator, provider: SerializerProvider) {
|
|
||||||
// gen.writeString(value.toString())
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
|
|
||||||
|
|
||||||
@Component
|
@Component
|
||||||
class StringMapper {
|
class StringMapper {
|
||||||
fun write(o: Any?) = STRING_MAPPER.writeValueAsString(o)
|
fun write(o: Any?) = STRING_MAPPER.writeValueAsString(o)
|
||||||
|
|||||||
Reference in New Issue
Block a user