Class LogFormatLoggerObjectInput.Xml
java.lang.Object
io.deephaven.enterprise.schema.internal.LogFormatLoggerObjectInput.Xml
- Enclosing class:
- LogFormatLoggerObjectInput
The XML.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe type (class) of the ObjectInput parameter.static final StringObjectInput elements define objects that are passed into V2 loggers.static final StringThe class of the ObjectInput mixin that defines additional annotations for the type.static final StringThe name of the ObjectInput parameter.static final StringIs the ObjectInput nullable? -
Method Summary
Modifier and TypeMethodDescriptionstatic LogFormatLoggerObjectInputparse(org.jdom2.Element element)
-
Field Details
-
ELEMENT_NAME
ObjectInput elements define objects that are passed into V2 loggers.- See Also:
-
NAME_ATTRIBUTE
The name of the ObjectInput parameter.- See Also:
-
CLASS_NAME_ATTRIBUTE
The type (class) of the ObjectInput parameter.- See Also:
-
MIXIN_ATTRIBUTE
The class of the ObjectInput mixin that defines additional annotations for the type.- See Also:
-
NULLABLE_ATTRIBUTE
Is the ObjectInput nullable?- See Also:
-
-
Method Details
-
parse
-