Interface SecurityAnalysisJsonPlugin


public interface SecurityAnalysisJsonPlugin
Author:
Sylvain Leclerc <[email protected]>
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.fasterxml.jackson.databind.Module>
    Provide third-party jackson modules that should be registered as dependencies of the main security analysis module.
  • Method Details

    • getJsonModules

      List<com.fasterxml.jackson.databind.Module> getJsonModules()
      Provide third-party jackson modules that should be registered as dependencies of the main security analysis module.
      Returns:
      A list of modules to be registered for use in security analysis related serialization.