net.adamcin.oakpal.cli.StructuredMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oakpal-cli Show documentation
Show all versions of oakpal-cli Show documentation
Command Line Interface for OakPAL
package net.adamcin.oakpal.cli;
import net.adamcin.oakpal.core.JavaxJson;
/**
* Extends {@link net.adamcin.oakpal.core.JavaxJson.ObjectConvertible} to ensure conformance with --output json. When
* rendered with --output text,
* {@link #toString()} will be called.
*/
public interface StructuredMessage extends JavaxJson.ObjectConvertible {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy