| Interface | Description |
|---|---|
| TsTypeNamingStrategy |
Used to detect TypeScript type name based on given Java type.
|
| Class | Description |
|---|---|
| SimpleJacksonTsTypeNamingStrategy |
If Java class/enum is annotated with
JsonTypeName, then annotation value is used,
otherwise Class.getSimpleName(). |
| WithEnclosingClassTsTypeNamingStrategy |
Copyright © 2022. All rights reserved.