Uses of Enum Class
io.quarkus.builder.json.JsonNull

Packages that use JsonNull
Package
Description
 
  • Uses of JsonNull in io.quarkus.builder.json

    Methods in io.quarkus.builder.json that return JsonNull
    Modifier and Type
    Method
    Description
    static JsonNull
    JsonNull.valueOf(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this class with the specified name.
    static JsonNull[]
    JsonNull.values()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum class, in the order they are declared.