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 classDefaultFastJsonConverterDefault implementation ofIFastJsonConverterthat does not add any custom serializers etc.Fields in de.xima.fc.fastjson declared as IFastJsonConverter Modifier and Type Field Description static IFastJsonConverterDefaultFastJsonConverter. INSTANCEThe 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 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 Modifier and Type Method Description IFastJsonConverterIWidgetConfigProviding. 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 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 IFastJsonConverter Modifier and Type Method Description default 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 IFastJsonConverter Modifier and Type Field Description static IFastJsonConverterFlowchartJsonConverter. INSTANCEThe 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 IFastJsonConverterFlowchart. getWidgetConfigConverter() 
 -