| Package | Description |
|---|---|
| org.appops.tsgen.jackson.module | |
| org.appops.tsgen.jackson.module.visitors |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.addType(java.lang.Class<?> klass,
AbstractType tsType)
Adds type into configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
DefinitionGenerator.generateTypeScript(java.lang.String moduleName,
java.util.Collection<? extends java.lang.Class<?>> classes,
Configuration conf)
Creates a typescript module.
|
| Constructor and Description |
|---|
StaticFieldExporter(Module module,
Configuration conf)
Object constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
BaseTsJsonFormatVisitor.conf |
| Modifier and Type | Method and Description |
|---|---|
static AbstractType |
TsJsonFormatVisitorWrapper.getTsTypeForHandler(BaseTsJsonFormatVisitor<?> baseVisitor,
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable handler,
com.fasterxml.jackson.databind.JavaType typeHint,
Configuration conf)
Visit recursively the type, or return a cached response.
|
Copyright © 2022. All rights reserved.