Class AuditLogRouterJsonConfig.Canonicalizer

java.lang.Object
com.fasterxml.jackson.databind.util.StdConverter<AuditLogRouterJsonConfig, AuditLogRouterJsonConfig>
io.confluent.security.audit.router.AuditLogRouterJsonConfig.Canonicalizer
All Implemented Interfaces:
com.fasterxml.jackson.databind.util.Converter<AuditLogRouterJsonConfig, AuditLogRouterJsonConfig>
Enclosing class:
AuditLogRouterJsonConfig

public static class AuditLogRouterJsonConfig.Canonicalizer extends com.fasterxml.jackson.databind.util.StdConverter<AuditLogRouterJsonConfig, AuditLogRouterJsonConfig>
Renames any legacy "other" category rule to a "management" rule, or drops the "other" category rule if both are present.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.util.Converter

    com.fasterxml.jackson.databind.util.Converter.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.fasterxml.jackson.databind.util.StdConverter

    getInputType, getOutputType

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.fasterxml.jackson.databind.util.Converter

    convert, convert