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

io.setl.json.primitive.CJBoolean Maven / Gradle / Ivy

Go to download

An implementation of the Canonical JSON format with support for javax.json and Jackson

The newest version!
package io.setl.json.primitive;

/**
 * Marker interface for the JTrue and JFalse Canonicals.
 *
 * @author Valerio Trigari, 23/03/2020
 */
public interface CJBoolean {

  /**
   * Get the raw value of this, which is always a Boolean.
   *
   * @return the boolean value of this
   */
  Boolean getValue();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy