public interface TsonAnnotationBuilder
| Modifier and Type | Method and Description |
|---|---|
TsonAnnotationBuilder |
add(TsonElementBase element) |
TsonAnnotationBuilder |
add(TsonElementBase element,
int index) |
TsonAnnotationBuilder |
addAll(Iterable<? extends TsonElementBase> element) |
TsonAnnotationBuilder |
addAll(TsonElement... element) |
TsonAnnotationBuilder |
addAll(TsonElementBase... element) |
List<TsonElement> |
all() |
TsonAnnotation |
build() |
TsonAnnotationBuilder |
ensureCapacity(int length) |
TsonElement |
get(int index) |
String |
getName() |
boolean |
isParametrized() |
TsonAnnotationBuilder |
merge(TsonAnnotation element) |
TsonAnnotationBuilder |
merge(TsonElementBase element) |
String |
name() |
TsonAnnotationBuilder |
name(String name) |
List<TsonElement> |
params() |
TsonAnnotationBuilder |
remove(TsonElementBase element) |
TsonAnnotationBuilder |
removeAt(int index) |
TsonAnnotationBuilder |
reset() |
TsonAnnotationBuilder |
setParametrized(boolean parametrized) |
int |
size() |
TsonAnnotationBuilder |
with(TsonElementBase... element) |
TsonAnnotationBuilder reset()
TsonAnnotationBuilder merge(TsonElementBase element)
String getName()
String name()
TsonAnnotationBuilder name(String name)
TsonAnnotationBuilder addAll(TsonElement... element)
TsonAnnotationBuilder addAll(TsonElementBase... element)
TsonAnnotationBuilder addAll(Iterable<? extends TsonElementBase> element)
TsonAnnotationBuilder setParametrized(boolean parametrized)
boolean isParametrized()
TsonAnnotationBuilder with(TsonElementBase... element)
TsonAnnotationBuilder add(TsonElementBase element)
TsonAnnotationBuilder remove(TsonElementBase element)
TsonAnnotationBuilder add(TsonElementBase element, int index)
TsonAnnotationBuilder removeAt(int index)
List<TsonElement> all()
List<TsonElement> params()
TsonElement get(int index)
TsonAnnotation build()
TsonAnnotationBuilder merge(TsonAnnotation element)
int size()
TsonAnnotationBuilder ensureCapacity(int length)
Copyright © 2025 vpc open source initiative. All rights reserved.