Searched defs:setAndReturn (Results 1 – 10 of 10) sorted by relevance
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | ManagedReferenceProperty.java | 77 public Object setAndReturn(Object instance, Object value) throws IOException in setAndReturn() method in ManagedReferenceProperty
|
D | MergingSettableBeanProperty.java | 125 public Object setAndReturn(Object instance, Object value) throws IOException { in setAndReturn() method in MergingSettableBeanProperty
|
D | ObjectIdValueProperty.java | 116 public Object setAndReturn(Object instance, Object value) throws IOException in setAndReturn() method in ObjectIdValueProperty
|
D | SetterlessProperty.java | 151 public Object setAndReturn(Object instance, Object value) throws IOException in setAndReturn() method in SetterlessProperty
|
D | FieldProperty.java | 198 public Object setAndReturn(Object instance, Object value) throws IOException in setAndReturn() method in FieldProperty
|
D | ObjectIdReferenceProperty.java | 111 public Object setAndReturn(Object instance, Object value) throws IOException { in setAndReturn() method in ObjectIdReferenceProperty
|
D | MethodProperty.java | 190 public Object setAndReturn(Object instance, Object value) throws IOException in setAndReturn() method in MethodProperty
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | LazyStringArrayList.java | 259 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/ |
D | SettableBeanProperty.java | 518 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
|
D | CreatorProperty.java | 290 public Object setAndReturn(Object instance, Object value) throws IOException in setAndReturn() method in CreatorProperty
|