Modifier and Type | Field and Description |
---|---|
protected static JacksonInject.Value |
JacksonInject.Value.EMPTY |
Modifier and Type | Method and Description |
---|---|
static JacksonInject.Value |
JacksonInject.Value.construct(java.lang.Object id,
java.lang.Boolean useInput) |
static JacksonInject.Value |
JacksonInject.Value.empty() |
static JacksonInject.Value |
JacksonInject.Value.forId(java.lang.Object id) |
static JacksonInject.Value |
JacksonInject.Value.from(JacksonInject src) |
JacksonInject.Value |
JacksonInject.Value.withId(java.lang.Object id) |
JacksonInject.Value |
JacksonInject.Value.withUseInput(java.lang.Boolean useInput) |