public class BooleanValueWriter extends Object implements JSONValueWriter
| Modifier and Type | Field and Description |
|---|---|
static BooleanValueWriter |
INSTANCE
单例对象
|
| Constructor and Description |
|---|
BooleanValueWriter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Object bool) |
void |
write(JSONWriter writer,
Object bool)
使用
JSONWriter 写出对象 |
public static final BooleanValueWriter INSTANCE
public void write(JSONWriter writer, Object bool)
JSONValueWriterJSONWriter 写出对象write in interface JSONValueWriterwriter - JSONWriterbool - 被写出的值Copyright © 2024. All rights reserved.