public class StaticFieldExporter
extends java.lang.Object
| Constructor and Description |
|---|
StaticFieldExporter(Module module,
Configuration conf)
Object constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
export(java.util.List<java.lang.Class<?>> classesToConvert)
Method exports java classes passed into typescript equivalents.
|
public StaticFieldExporter(Module module, Configuration conf)
module - Module to be exported.conf - Exporting configuration.public void export(java.util.List<java.lang.Class<?>> classesToConvert)
throws java.lang.IllegalArgumentException
classesToConvert - List of java classes to be converted.java.lang.IllegalArgumentExceptionCopyright © 2022. All rights reserved.