Variable configConst

config: JavaConfig = ...

Configuration options for the java bridge.

As of version 2.4.0, the options are cached inside the class proxy cache. This means that changing the options will not affect any class proxies that have already been created by importing a class using importClass or importClassAsync. You must clear the class proxy cache using the clearClassProxies method in order to apply the new options to all classes imported at a later date. This does not affect already instantiated or imported classes.

Do not instantiate this class. Use the default.config instance instead.

Generated using TypeDoc