public interface TsonAnnotation extends Comparable<TsonAnnotation>
| Modifier and Type | Method and Description |
|---|---|
TsonAnnotationBuilder |
builder() |
List<TsonElement> |
children()
like params but never null
|
boolean |
isNamed() |
boolean |
isParametrized() |
NOptional<String> |
name() |
TsonElement |
param(int index) |
List<TsonElement> |
params() |
int |
size() |
String |
toString(boolean compact) |
compareToint size()
TsonElement param(int index)
List<TsonElement> params()
List<TsonElement> children()
TsonAnnotationBuilder builder()
boolean isParametrized()
boolean isNamed()
String toString(boolean compact)
Copyright © 2025 vpc open source initiative. All rights reserved.