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 classDefault implementation ofIFastJsonConverterthat does not add any custom serializers etc.Fields in de.xima.fc.fastjson declared as IFastJsonConverterModifier and TypeFieldDescriptionstatic IFastJsonConverterDefaultFastJsonConverter.INSTANCEThe immutable, thread-safe instance of the default fast JSON converter.Methods in de.xima.fc.fastjson that return IFastJsonConverterModifier and TypeMethodDescriptionstatic IFastJsonConverterDefaultFastJsonConverter.forClassLoader(ClassLoader loader) static IFastJsonConverterDefaultFastJsonConverter.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 voidComponentHelper.appendJsonObject(org.primefaces.util.WidgetBuilder wb, IFastJsonConverter converter, Object data, Object defaultValue) Serializes the given object viaJSONExceptionand 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 IFastJsonConverterIElementHandler.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 IFastJsonConverterFlowchartJsonConverter.INSTANCEThe immutable, thread-safe instance of the default fast JSON converter.Methods in de.xima.fc.workflow.taglib.component.flowchart that return IFastJsonConverter