public interface JsonWriteable extends Writeable
| Modifier and Type | Method and Description |
|---|---|
void |
writeJsonTo(Appendable appendable) |
default void |
writeJsonTo(StringBuilder builder) |
default void |
writeTo(Appendable appendable) |
void writeJsonTo(@Nonnull Appendable appendable) throws IOException
IOExceptiondefault void writeJsonTo(@Nonnull StringBuilder builder)
default void writeTo(@Nonnull Appendable appendable) throws IOException
writeTo in interface WriteableIOExceptionCopyright © 2021 SPF4J. All rights reserved.