Uses of Interface
de.xima.fc.interfaces.plugin.retval.workflow.IFastJsonConverter
-
Packages that use IFastJsonConverter Package Description de.xima.fc.fastjson de.xima.fc.gui.api de.xima.fc.gui.util de.xima.fc.interfaces.workflow.elements de.xima.fc.workflow.taglib.component.flowchart -
-
Uses of IFastJsonConverter in de.xima.fc.fastjson
Classes in de.xima.fc.fastjson that implement IFastJsonConverter Modifier and Type Class Description class
DefaultFastJsonConverter
Default implementation ofIFastJsonConverter
that does not add any custom serializers etc.Fields in de.xima.fc.fastjson declared as IFastJsonConverter Modifier and Type Field Description static IFastJsonConverter
DefaultFastJsonConverter. INSTANCE
The immutable, thread-safe instance of the default fast JSON converter.Methods in de.xima.fc.fastjson that return IFastJsonConverter Modifier and Type Method Description static IFastJsonConverter
DefaultFastJsonConverter. forClassLoader(ClassLoader loader)
static IFastJsonConverter
DefaultFastJsonConverter. forClassLoaderCached(ClassLoader loader)
Same asforClassLoader
, but reuses created instances if possible. -
Uses of IFastJsonConverter in de.xima.fc.gui.api
Methods in de.xima.fc.gui.api that return IFastJsonConverter Modifier and Type Method Description IFastJsonConverter
IWidgetConfigProviding. getWidgetConfigConverter()
-
Uses of IFastJsonConverter in de.xima.fc.gui.util
Methods in de.xima.fc.gui.util with parameters of type IFastJsonConverter Modifier and Type Method Description static void
ComponentHelper. appendJsonObject(org.primefaces.util.WidgetBuilder wb, IFastJsonConverter converter, Object data, Object defaultValue)
Serializes the given object viaJSONException
and appends the result to the widget builder. -
Uses of IFastJsonConverter in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements that return IFastJsonConverter Modifier and Type Method Description default IFastJsonConverter
IElementHandler. getFastJsonConverter()
Finds the converter that is used to convert between the properties model (IElementHandler.getDataModelClass()
) and its JSON representation. -
Uses of IFastJsonConverter in de.xima.fc.workflow.taglib.component.flowchart
Fields in de.xima.fc.workflow.taglib.component.flowchart declared as IFastJsonConverter Modifier and Type Field Description static IFastJsonConverter
FlowchartJsonConverter. INSTANCE
The immutable, thread-safe instance of the default fast JSON converter.Methods in de.xima.fc.workflow.taglib.component.flowchart that return IFastJsonConverter Modifier and Type Method Description IFastJsonConverter
Flowchart. getWidgetConfigConverter()
-