public interface org.apache.logging.log4j.message.ParameterVisitable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.logging.log4j.message.ParameterVisitable
  super_class: java.lang.Object
{
  public abstract <S> void forEachParameter(org.apache.logging.log4j.message.ParameterConsumer<S>, );
    descriptor: (Lorg/apache/logging/log4j/message/ParameterConsumer;Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <S:Ljava/lang/Object;>(Lorg/apache/logging/log4j/message/ParameterConsumer<TS;>;TS;)V
    MethodParameters:
        Name  Flags
      action  
      state   
}
SourceFile: "ParameterVisitable.java"
    RuntimeInvisibleAnnotations: 
      org.apache.logging.log4j.util.PerformanceSensitive(value = {"allocation"})