public class EntityIndexingFailureContext extends FailureContext
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityIndexingFailureContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EntityIndexingFailureContext.Builder |
builder() |
List<Object> |
entityReferences() |
List<Object> |
getEntityReferences()
Deprecated.
Use
entityReferences() instead. |
failingOperation, getFailingOperation, getThrowable, throwablepublic static EntityIndexingFailureContext.Builder builder()
public List<Object> entityReferences()
null, but may be empty.
Use Object.toString() to get a textual representation of each reference,
or cast it to the mapper-specific EntityReference type.@Deprecated public List<Object> getEntityReferences()
entityReferences() instead.null, but may be empty.
Use Object.toString() to get a textual representation of each reference,
or cast it to the mapper-specific EntityReference type.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.