Modifier and Type | Class and Description |
---|---|
static class |
Value.Endpoint.Builder |
Value.Array, Value.Bool, Value.Endpoint, Value.Int, Value.None, Value.Record, Value.Str
Modifier and Type | Method and Description |
---|---|
static Value.Endpoint.Builder |
builder() |
boolean |
equals(Object o) |
Value.Endpoint |
expectEndpoint() |
static Value.Endpoint |
fromNode(JsonNode node) |
Map<String,List<String>> |
getHeaders() |
Map<String,Value> |
getProperties() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
endpointFromNode, expectArray, expectBool, expectInt, expectRecord, expectString, fromArray, fromBool, fromInteger, fromRecord, fromStr, isNone, none
public String getUrl()
public Value.Endpoint expectEndpoint()
expectEndpoint
in class Value
public static Value.Endpoint fromNode(JsonNode node)
public static Value.Endpoint.Builder builder()
Copyright © 2023. All rights reserved.