Uses of Interface
gw.lang.reflect.json.IJsonIO
-
Packages that use IJsonIO Package Description editor.debugger editor.run editor.search editor.settings gw.lang.reflect.json -
-
Uses of IJsonIO in editor.debugger
Classes in editor.debugger that implement IJsonIO Modifier and Type Class Description class
Breakpoint
class
RunToCursorBreakpoint
-
Uses of IJsonIO in editor.run
Subinterfaces of IJsonIO in editor.run Modifier and Type Interface Description interface
IRunConfig<T extends IRunConfigParameters<T>>
interface
IRunConfigParameters<T extends IRunConfigParameters<T>>
Classes in editor.run that implement IJsonIO Modifier and Type Class Description class
AbstractRunConfig<T extends AbstractRunConfigParameters<T>>
class
AbstractRunConfigParameters<T extends AbstractRunConfigParameters<T>>
class
FqnRunConfig<T extends FqnRunConfigParameters<T>>
class
FqnRunConfigParameters<T extends FqnRunConfigParameters<T>>
class
ProgramRunConfig
class
ProgramRunConfigParameters
class
RemoteRunConfig
class
RemoteRunConfigParameters
-
Uses of IJsonIO in editor.search
Classes in editor.search that implement IJsonIO Modifier and Type Class Description static class
AbstractSearchDialog.State
-
Uses of IJsonIO in editor.settings
Subinterfaces of IJsonIO in editor.settings Modifier and Type Interface Description interface
ISettings<T extends ISettingsParameters<T>>
interface
ISettingsParameters<T extends ISettingsParameters<T>>
Classes in editor.settings that implement IJsonIO Modifier and Type Class Description class
AbstractSettings<T extends AbstractSettingsParameters<T>>
class
AbstractSettingsParameters<T extends AbstractSettingsParameters<T>>
class
AppearanceSettings
class
AppearanceSettingsParameters
class
CompilerSettings
class
CompilerSettingsParameters
-
Uses of IJsonIO in gw.lang.reflect.json
Methods in gw.lang.reflect.json with type parameters of type IJsonIO Modifier and Type Method Description static <E extends IJsonIO>
EIJsonIO. read(String tag, Bindings bindings)
static <E extends IJsonIO>
EIJsonIO. read(Bindings bindings)
static <E extends IJsonIO>
List<E>IJsonIO. readList(String tag, Bindings bindings)
static <E extends IJsonIO>
List<E>IJsonIO. readList(Bindings bindings)
static <E extends IJsonIO>
voidIJsonIO. write(E obj, Bindings bindings)
static <E extends IJsonIO>
voidIJsonIO. write(String tag, E obj, Bindings bindings)
static <E extends IJsonIO>
voidIJsonIO. writeList(String tag, List<E> list, Bindings bindings)
Methods in gw.lang.reflect.json with parameters of type IJsonIO Modifier and Type Method Description static void
IJsonIO. loadFields(IJsonIO obj, Class cls, Bindings bindings)
static void
IJsonIO. saveFields(IJsonIO obj, Class cls, Bindings bindings)
-