All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.adamcin.oakpal.cli.StructuredMessage Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
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