Uses of Interface
net.thevpc.tson.TsonAnnotation
Packages that use TsonAnnotation
-
Uses of TsonAnnotation in net.thevpc.tson
Subinterfaces with type arguments of type TsonAnnotation in net.thevpc.tsonMethods in net.thevpc.tson that return TsonAnnotationModifier and TypeMethodDescriptionTsonAnnotationBuilder.build()static TsonAnnotationTson.ofAnnotation(String name, TsonElementBase... elements) TsonDocumentHeaderBuilder.toAnnotation()Methods in net.thevpc.tson that return types with arguments of type TsonAnnotationMethods in net.thevpc.tson with parameters of type TsonAnnotationModifier and TypeMethodDescriptionTsonArrayBuilder.addAnnotation(TsonAnnotation annotation) TsonCustomBuilder.addAnnotation(TsonAnnotation annotation) TsonElementBuilder.addAnnotation(TsonAnnotation annotation) TsonMatrixBuilder.addAnnotation(TsonAnnotation annotation) TsonObjectBuilder.addAnnotation(TsonAnnotation annotation) TsonOpBuilder.addAnnotation(TsonAnnotation annotation) TsonPairBuilder.addAnnotation(TsonAnnotation annotation) TsonPrimitiveBuilder.addAnnotation(TsonAnnotation annotation) TsonUpletBuilder.addAnnotation(TsonAnnotation annotation) TsonArrayBuilder.addAnnotations(TsonAnnotation... annotations) TsonCustomBuilder.addAnnotations(TsonAnnotation... annotations) TsonElementBuilder.addAnnotations(TsonAnnotation... annotations) TsonMatrixBuilder.addAnnotations(TsonAnnotation... annotations) TsonObjectBuilder.addAnnotations(TsonAnnotation... annotations) TsonOpBuilder.addAnnotations(TsonAnnotation... annotations) TsonPairBuilder.addAnnotations(TsonAnnotation... annotations) TsonPrimitiveBuilder.addAnnotations(TsonAnnotation... annotations) TsonUpletBuilder.addAnnotations(TsonAnnotation... annotations) TsonAnnotationBuilder.merge(TsonAnnotation element) TsonDocumentHeaderBuilder.parse(TsonAnnotation a) TsonArrayBuilder.setAnnotations(TsonAnnotation... annotations) TsonCustomBuilder.setAnnotations(TsonAnnotation... annotations) TsonElementBuilder.setAnnotations(TsonAnnotation... annotations) TsonMatrixBuilder.setAnnotations(TsonAnnotation... annotations) TsonObjectBuilder.setAnnotations(TsonAnnotation... annotations) TsonOpBuilder.setAnnotations(TsonAnnotation... annotations) TsonPairBuilder.setAnnotations(TsonAnnotation... annotations) TsonPrimitiveBuilder.setAnnotations(TsonAnnotation... annotations) TsonUpletBuilder.setAnnotations(TsonAnnotation[] annotations) booleanTsonDocumentVisitor.visit(TsonAnnotation element) Method parameters in net.thevpc.tson with type arguments of type TsonAnnotationModifier and TypeMethodDescriptionTsonArrayBuilder.addAnnotations(Collection<TsonAnnotation> annotations) TsonCustomBuilder.addAnnotations(Collection<TsonAnnotation> annotations) TsonElementBuilder.addAnnotations(Collection<TsonAnnotation> annotations) TsonMatrixBuilder.addAnnotations(Collection<TsonAnnotation> annotations) TsonObjectBuilder.addAnnotations(Collection<TsonAnnotation> annotations) TsonOpBuilder.addAnnotations(Collection<TsonAnnotation> annotations) TsonPairBuilder.addAnnotations(Collection<TsonAnnotation> annotations) TsonPrimitiveBuilder.addAnnotations(Collection<TsonAnnotation> annotations) TsonUpletBuilder.addAnnotations(Collection<TsonAnnotation> annotations)