Modifier and Type | Field and Description |
---|---|
private ObjLongConsumer | |
private static final long |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | deserializeAndSet(JsonParser p, DeserializationContext ctxt, Object bean)
Implements abstract com. Method called to deserialize appropriate value, given parser (and context), and set it using appropriate mechanism. |
public Object | deserializeSetAndReturn(JsonParser p, DeserializationContext ctxt, Object instance)
Implements abstract com. Alternative to |
public void | set(Object bean, Object value)
Implements abstract com. Method called to assign given value to this property, on specified Object. |
protected SettableBeanProperty | withDelegate(SettableBeanProperty del)
Implements abstract com. Method sub-classes must implement, to construct a new instance with given delegate. |
_optimizedSetter | back to summary |
---|---|
private ObjLongConsumer<Object> _optimizedSetter |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides com. |
SettableLongProperty | back to summary |
---|---|
public SettableLongProperty(SettableBeanProperty src, ObjLongConsumer<Object> optimizedSetter) |
deserializeAndSet | back to summary |
---|---|
public void deserializeAndSet(JsonParser p, DeserializationContext ctxt, Object bean) throws IOException Implements abstract com. Doc from com. Method called to deserialize appropriate value, given parser (and context), and set it using appropriate mechanism. Pre-condition is that passed parser must point to the first token that should be consumed to produce the value (the only value for scalars, multiple for Objects and Arrays).
|
deserializeSetAndReturn | back to summary |
---|---|
public Object deserializeSetAndReturn(JsonParser p, DeserializationContext ctxt, Object instance) throws IOException Implements abstract com. Doc from com. Alternative to
|
set | back to summary |
---|---|
public void set(Object bean, Object value) throws IOException Implements abstract com. Doc from com. Method called to assign given value to this property, on specified Object. Note this is an optional operation, not supported by all implementations, creator-backed properties for example do not support this method.
|
withDelegate | back to summary |
---|---|
protected SettableBeanProperty withDelegate(SettableBeanProperty del) Implements abstract com. Doc from com. Method sub-classes must implement, to construct a new instance with given delegate.
|