Class LogFormatLoggerObjectInput.Xml

java.lang.Object
io.deephaven.enterprise.schema.internal.LogFormatLoggerObjectInput.Xml
Enclosing class:
LogFormatLoggerObjectInput

@InternalUseOnly public static final class LogFormatLoggerObjectInput.Xml extends Object
The XML.
  • Field Details

    • ELEMENT_NAME

      public static final String ELEMENT_NAME
      ObjectInput elements define objects that are passed into V2 loggers.
      See Also:
    • NAME_ATTRIBUTE

      public static final String NAME_ATTRIBUTE
      The name of the ObjectInput parameter.
      See Also:
    • CLASS_NAME_ATTRIBUTE

      public static final String CLASS_NAME_ATTRIBUTE
      The type (class) of the ObjectInput parameter.
      See Also:
    • MIXIN_ATTRIBUTE

      public static final String MIXIN_ATTRIBUTE
      The class of the ObjectInput mixin that defines additional annotations for the type.
      See Also:
    • NULLABLE_ATTRIBUTE

      public static final String NULLABLE_ATTRIBUTE
      Is the ObjectInput nullable?
      See Also:
  • Method Details