Uses of Class
com.fasterxml.jackson.annotation.JacksonInject.Value
-
-
Uses of JacksonInject.Value in com.fasterxml.jackson.annotation
Fields in com.fasterxml.jackson.annotation declared as JacksonInject.Value Modifier and Type Field Description protected static JacksonInject.ValueJacksonInject.Value. EMPTYMethods in com.fasterxml.jackson.annotation that return JacksonInject.Value Modifier and Type Method Description static JacksonInject.ValueJacksonInject.Value. construct(java.lang.Object id, java.lang.Boolean useInput)static JacksonInject.ValueJacksonInject.Value. empty()static JacksonInject.ValueJacksonInject.Value. forId(java.lang.Object id)static JacksonInject.ValueJacksonInject.Value. from(JacksonInject src)JacksonInject.ValueJacksonInject.Value. withId(java.lang.Object id)JacksonInject.ValueJacksonInject.Value. withUseInput(java.lang.Boolean useInput)
-