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
IOException
default void writeJsonTo(@Nonnull StringBuilder builder)
default void writeTo(@Nonnull Appendable appendable) throws IOException
writeTo
in interface Writeable
IOException
Copyright © 2021 SPF4J. All rights reserved.