Class TsonFormatImpl
java.lang.Object
net.thevpc.tson.impl.format.TsonFormatImpl
- All Implemented Interfaces:
Cloneable, TsonFormat
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()format(TsonDocument document) format(TsonElement element) voidformat(TsonElement element, Writer sb) voidformatAnnotation(TsonAnnotation a, boolean showComments, boolean showAnnotations, Writer sb) voidformatDocument(TsonDocument document, Writer sb) voidformatElement(TsonElement element, boolean showComments, boolean showAnnotations, Writer sb) voidformatElementCore(TsonElement element, TsonAnnotation format, Writer writer)
-
Field Details
-
FORMAT_NUMBER_TYPES
-
-
Constructor Details
-
TsonFormatImpl
-
-
Method Details
-
format
- Specified by:
formatin interfaceTsonFormat
-
format
-
format
- Specified by:
formatin interfaceTsonFormat
-
formatDocument
-
formatAnnotation
public void formatAnnotation(TsonAnnotation a, boolean showComments, boolean showAnnotations, Writer sb) -
formatElement
public void formatElement(TsonElement element, boolean showComments, boolean showAnnotations, Writer sb) -
formatElementCore
-
builder
- Specified by:
builderin interfaceTsonFormat
-