Uses of Interface
de.xima.fc.interfaces.plugin.retval.workflow.IFastJsonConverter
Packages that use IFastJsonConverter
Package
Description
-
Uses of IFastJsonConverter in de.xima.fc.fastjson
Classes in de.xima.fc.fastjson that implement IFastJsonConverterModifier and TypeClassDescriptionfinal class
Default implementation ofIFastJsonConverter
that does not add any custom serializers etc.Fields in de.xima.fc.fastjson declared as IFastJsonConverterModifier and TypeFieldDescriptionstatic IFastJsonConverter
DefaultFastJsonConverter.INSTANCE
The immutable, thread-safe instance of the default fast JSON converter.Methods in de.xima.fc.fastjson that return IFastJsonConverterModifier and TypeMethodDescriptionstatic 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 -
Uses of IFastJsonConverter in de.xima.fc.gui.util
Methods in de.xima.fc.gui.util with parameters of type IFastJsonConverterModifier and TypeMethodDescriptionstatic 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 IFastJsonConverterModifier and TypeMethodDescriptiondefault 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 IFastJsonConverterModifier and TypeFieldDescriptionstatic final 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