Interface SecurityAnalysisJsonPlugin


  • public interface SecurityAnalysisJsonPlugin
    Author:
    Sylvain Leclerc
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<com.fasterxml.jackson.databind.Module> getJsonModules()
      Provide third-party jackson modules that should be registered as dependencies of the main security analysis module.
    • Method Detail

      • 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.