Class TsonOpBuilderImpl
java.lang.Object
net.thevpc.tson.impl.builders.AbstractTsonElementBuilder<TsonOpBuilder>
net.thevpc.tson.impl.builders.TsonOpBuilderImpl
- All Implemented Interfaces:
TsonElementBase, TsonElementBuilder, TsonOpBuilder
public class TsonOpBuilderImpl
extends AbstractTsonElementBuilder<TsonOpBuilder>
implements TsonOpBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()first()first(TsonElementBase key) opName()opType()opType(TsonOpType opType) reset()second()second(TsonElementBase value) type()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 TsonOpBuilder
addAnnotation, addAnnotation, addAnnotations, addAnnotations, annotation, clearAnnotations, comments, removeAnnotationAt, setAnnotations, setComments
-
Constructor Details
-
TsonOpBuilderImpl
public TsonOpBuilderImpl()
-
-
Method Details
-
opName
- Specified by:
opNamein interfaceTsonOpBuilder
-
opType
- Specified by:
opTypein interfaceTsonOpBuilder
-
opName
- Specified by:
opNamein interfaceTsonOpBuilder
-
opType
- Specified by:
opTypein interfaceTsonOpBuilder
-
type
- Specified by:
typein interfaceTsonElementBase- Specified by:
typein interfaceTsonElementBuilder
-
merge
- Specified by:
mergein interfaceTsonOpBuilder
-
reset
- Specified by:
resetin interfaceTsonOpBuilder
-
first
- Specified by:
firstin interfaceTsonOpBuilder
-
first
- Specified by:
firstin interfaceTsonOpBuilder
-
second
- Specified by:
secondin interfaceTsonOpBuilder
-
second
- Specified by:
secondin interfaceTsonOpBuilder
-
build
- Specified by:
buildin interfaceTsonElementBase- Specified by:
buildin interfaceTsonElementBuilder- Specified by:
buildin interfaceTsonOpBuilder
-