Uses of Class
nl.minvenj.nfi.flits.serialize.TraceToJson
-
Packages that use TraceToJson Package Description nl.minvenj.nfi.flits.serialize org.hansken.plugin.extraction.test org.hansken.plugin.extraction.test.base -
-
Uses of TraceToJson in nl.minvenj.nfi.flits.serialize
Methods in nl.minvenj.nfi.flits.serialize that return TraceToJson Modifier and Type Method Description <T> TraceToJsonTraceToJson. addCustomConversion(Class<T> type, Function<? super T,String> conversion)Add a custom conversion for elements of a given type.TraceToJsonTraceToJson. 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.TraceToJsonTraceToJson. 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 TraceToJson Modifier and Type Field Description static 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 TraceToJson Constructor Description DefaultPluginResultGenerator(TraceToJson traceToJson)DefaultPluginResultValidator(TraceToJson traceToJson)
-