Class TsonPairBuilderImpl
java.lang.Object
net.thevpc.tson.impl.builders.AbstractTsonElementBuilder<TsonPairBuilder>
net.thevpc.tson.impl.builders.TsonPairBuilderImpl
- All Implemented Interfaces:
TsonElementBase, TsonElementBuilder, TsonPairBuilder
public class TsonPairBuilderImpl
extends AbstractTsonElementBuilder<TsonPairBuilder>
implements TsonPairBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()key()key(TsonElementBase key) reset()type()value()value(TsonElementBase value) Methods inherited from class AbstractTsonElementBuilder
addAnnotation, addAnnotation, addAnnotations, addAnnotations, anchor, annotation, annotations, clearAnnotations, comments, comments, removeAnnotationAt, setAnnotations, setComments, toArray, toObject, toString, toString, toString, toUpletMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface TsonElementBase
toString, toString, toStringMethods inherited from interface TsonElementBuilder
anchor, annotations, comments, toArray, toObject, toUpletMethods inherited from interface TsonPairBuilder
addAnnotation, addAnnotation, addAnnotations, addAnnotations, annotation, clearAnnotations, comments, removeAnnotationAt, setAnnotations, setComments
-
Constructor Details
-
TsonPairBuilderImpl
public TsonPairBuilderImpl()
-
-
Method Details
-
type
- Specified by:
typein interfaceTsonElementBase- Specified by:
typein interfaceTsonElementBuilder
-
merge
- Specified by:
mergein interfaceTsonPairBuilder
-
reset
- Specified by:
resetin interfaceTsonPairBuilder
-
key
- Specified by:
keyin interfaceTsonPairBuilder
-
key
- Specified by:
keyin interfaceTsonPairBuilder
-
value
- Specified by:
valuein interfaceTsonPairBuilder
-
value
- Specified by:
valuein interfaceTsonPairBuilder
-
build
- Specified by:
buildin interfaceTsonElementBase- Specified by:
buildin interfaceTsonElementBuilder- Specified by:
buildin interfaceTsonPairBuilder
-