Uses of Class
com.stimulsoft.base.StiJsonConverterVersion

Packages that use StiJsonConverterVersion
com.stimulsoft.base   
 

Uses of StiJsonConverterVersion in com.stimulsoft.base
 

Methods in com.stimulsoft.base that return StiJsonConverterVersion
static StiJsonConverterVersion StiBaseOptions.getDefaultJsonConverterVersion()
           
static StiJsonConverterVersion StiJsonConverterVersion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiJsonConverterVersion[] StiJsonConverterVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.stimulsoft.base with parameters of type StiJsonConverterVersion
static void StiBaseOptions.setDefaultJsonConverterVersion(StiJsonConverterVersion defaultJsonConverterVersion)