Uses of Class
nl.minvenj.nfi.flits.serialize.TraceToJson
Packages that use TraceToJson
Package
Description
-
Uses of TraceToJson in nl.minvenj.nfi.flits.serialize
Methods in nl.minvenj.nfi.flits.serialize that return TraceToJsonModifier and TypeMethodDescription<T> TraceToJsonTraceToJson.addCustomConversion(Class<T> type, Function<? super T, String> conversion) Add a custom conversion for elements of a given type.TraceToJson.addCustomOrder(Predicate<? super nl.minvenj.nfi.flits.api.Trace> predicate, Comparator<? super String> comparator) Add a custom order for the properties of atrace.static TraceToJsonTraceToJson.create()Create a new instance.TraceToJson.exclude(BiPredicate<String, Object> exclusionFilter) Add a filter for excluding properties in the serializedtraceoutput, based on the name or the value of the property. -
Uses of TraceToJson in org.hansken.plugin.extraction.test
Fields in org.hansken.plugin.extraction.test declared as TraceToJsonModifier and TypeFieldDescriptionstatic final TraceToJsonExtractionPluginProcessor.TRACE_TO_JSON -
Uses of TraceToJson in org.hansken.plugin.extraction.test.base
Constructors in org.hansken.plugin.extraction.test.base with parameters of type TraceToJsonModifierConstructorDescriptionDefaultPluginResultGenerator(TraceToJson traceToJson) DefaultPluginResultValidator(TraceToJson traceToJson) LineStreamingPluginResultValidator(TraceToJson traceToJson) Create a FlitsResultValidator using a givenTraceToJsonfor generating theJSONrepresentation.