| Package | Description |
|---|---|
| org.springframework.data.rest.webmvc.json | |
| org.springframework.data.rest.webmvc.json.patch |
| Modifier and Type | Method and Description |
|---|---|
BindContext |
BindContextFactory.getBindContextFor(com.fasterxml.jackson.databind.ObjectMapper mapper)
Creates a
BindContext for the given ObjectMapper. |
BindContext |
PersistentEntitiesBindContextFactory.getBindContextFor(com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
PatchOperation.evaluateValueFromTarget(Object targetObject,
Class<?> entityType,
BindContext context)
Performs late-value evaluation on the operation value if the value is a
LateObjectEvaluator. |
| Constructor and Description |
|---|
JsonPatchPatchConverter(com.fasterxml.jackson.databind.ObjectMapper mapper,
BindContext context) |
Patch(List<PatchOperation> operations,
BindContext context) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.