Home
last modified time | relevance | path

Searched defs:setAndReturn (Results 1 – 10 of 10) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DManagedReferenceProperty.java77 public Object setAndReturn(Object instance, Object value) throws IOException in setAndReturn() method in ManagedReferenceProperty
DMergingSettableBeanProperty.java125 public Object setAndReturn(Object instance, Object value) throws IOException { in setAndReturn() method in MergingSettableBeanProperty
DObjectIdValueProperty.java116 public Object setAndReturn(Object instance, Object value) throws IOException in setAndReturn() method in ObjectIdValueProperty
DSetterlessProperty.java151 public Object setAndReturn(Object instance, Object value) throws IOException in setAndReturn() method in SetterlessProperty
DFieldProperty.java198 public Object setAndReturn(Object instance, Object value) throws IOException in setAndReturn() method in FieldProperty
DObjectIdReferenceProperty.java111 public Object setAndReturn(Object instance, Object value) throws IOException { in setAndReturn() method in ObjectIdReferenceProperty
DMethodProperty.java190 public Object setAndReturn(Object instance, Object value) throws IOException in setAndReturn() method in MethodProperty
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DLazyStringArrayList.java259 private Object setAndReturn(int index, ByteString s) { in setAndReturn() method in LazyStringArrayList
269 private Object setAndReturn(int index, byte[] s) { in setAndReturn() method in LazyStringArrayList
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DSettableBeanProperty.java518 public abstract Object setAndReturn(Object instance, Object value) throws IOException; in setAndReturn() method in SettableBeanProperty
793 public Object setAndReturn(Object instance, Object value) throws IOException { in setAndReturn() method in SettableBeanProperty.Delegating
DCreatorProperty.java290 public Object setAndReturn(Object instance, Object value) throws IOException in setAndReturn() method in CreatorProperty