public interface Id
| Modifier and Type | Method and Description |
|---|---|
default int |
asInt() |
default long |
asLong() |
static Id |
fromJson(com.fasterxml.jackson.databind.JsonNode node)
Deprecated.
|
java.lang.String |
get() |
static Id |
of(java.lang.String id) |
java.lang.String get()
static Id of(java.lang.String id)
@Deprecated static Id fromJson(com.fasterxml.jackson.databind.JsonNode node) throws com.fasterxml.jackson.databind.JsonMappingException
com.fasterxml.jackson.databind.JsonMappingExceptiondefault int asInt()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptiondefault long asLong()
throws java.lang.NumberFormatException
java.lang.NumberFormatException