Class ConfigJsonMapper
java.lang.Object
ai.attackframework.tools.burp.utils.config.ConfigJsonMapper
Mapper between the typed
ConfigState.State and the JSON produced/parsed
by Json. Keeps JSON shape 100% compatible by delegating to Json.-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringbuild(ConfigState.State state) Build JSON from a typed state usingJsonunder the hood.static ConfigState.StateParse JSON into a typed state viaJson.parseConfigJson(String).
-
Method Details
-
build
Build JSON from a typed state usingJsonunder the hood. -
parse
Parse JSON into a typed state viaJson.parseConfigJson(String).- Throws:
IOException
-