Class JsonString

java.lang.Object
io.quarkus.builder.json.JsonString
All Implemented Interfaces:
JsonValue

@Deprecated(forRemoval=true) public final class JsonString extends Object implements JsonValue
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.31.0 in favor of JsonString
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JsonString

      public JsonString(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • value

      public String value()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • equals

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object