Uses of Interface
net.thevpc.tson.TsonPrimitiveBuilder
Packages that use TsonPrimitiveBuilder
-
Uses of TsonPrimitiveBuilder in net.thevpc.tson
Methods in net.thevpc.tson that return TsonPrimitiveBuilderModifier and TypeMethodDescriptionTsonPrimitiveBuilder.addAnnotation(String name, TsonElementBase... elements) TsonPrimitiveBuilder.addAnnotation(TsonAnnotation annotation) TsonPrimitiveBuilder.addAnnotations(Collection<TsonAnnotation> annotations) TsonPrimitiveBuilder.addAnnotations(TsonAnnotation... annotations) TsonPrimitiveBuilder.annotation(String name, TsonElementBase... elements) TsonAlias.builder()TsonBigComplex.builder()TsonBigDecimal.builder()TsonBigInt.builder()TsonBinaryStream.builder()TsonBoolean.builder()TsonByte.builder()TsonChar.builder()TsonCharStream.builder()TsonDouble.builder()TsonDoubleComplex.builder()TsonFloat.builder()TsonFloatComplex.builder()TsonInstant.builder()TsonInt.builder()TsonLocalDate.builder()TsonLocalDateTime.builder()TsonLocalTime.builder()TsonLong.builder()TsonName.builder()TsonNull.builder()TsonRegex.builder()TsonShort.builder()TsonString.builder()TsonPrimitiveBuilder.clearAnnotations()TsonPrimitiveBuilder.comments(TsonComments comments) /////////////////////////////////////////////TsonPrimitiveBuilder.copyFrom(TsonElementBase element) static TsonPrimitiveBuilderTson.of()TsonElementsFactory.of()static TsonPrimitiveBuilderTson.ofPrimitiveBuilder()TsonElementsFactory.ofPrimitiveBuilder()TsonPrimitiveBuilder.removeAnnotationAt(int index) TsonPrimitiveBuilder.set(boolean value) TsonPrimitiveBuilder.set(byte value) TsonPrimitiveBuilder.set(byte[] value) TsonPrimitiveBuilder.set(char value) TsonPrimitiveBuilder.set(double value) TsonPrimitiveBuilder.set(float value) TsonPrimitiveBuilder.set(int value) TsonPrimitiveBuilder.set(long value) TsonPrimitiveBuilder.set(short value) TsonPrimitiveBuilder.set(InputStream value) TsonPrimitiveBuilder.setAnnotations(TsonAnnotation... annotations) TsonPrimitiveBuilder.setComments(TsonComments comments) TsonPrimitiveBuilder.setNull()TsonPrimitiveBuilder.setStopStream(File value, String stopWord) TsonPrimitiveBuilder.setStopWordStream(Path value, String stopWord)