T
- resource typepublic final class JsonEndpoint<T> extends Base
Modifier and Type | Method and Description |
---|---|
String |
endpoint() |
static <T> JsonEndpoint<T> |
of(com.fasterxml.jackson.core.type.TypeReference<T> typeReference,
String endpoint) |
com.fasterxml.jackson.core.type.TypeReference<T> |
typeReference() |
<V> JsonEndpoint<V> |
withTypeReference(com.fasterxml.jackson.core.type.TypeReference<V> newTypeReference) |
public com.fasterxml.jackson.core.type.TypeReference<T> typeReference()
public String endpoint()
public static <T> JsonEndpoint<T> of(com.fasterxml.jackson.core.type.TypeReference<T> typeReference, String endpoint)
public <V> JsonEndpoint<V> withTypeReference(com.fasterxml.jackson.core.type.TypeReference<V> newTypeReference)