| Modifier and Type | Method and Description |
|---|---|
default boolean |
FromDocumentFieldValueConverter.isCompatibleWith(FromDocumentFieldValueConverter<?,?> other) |
| Modifier and Type | Class and Description |
|---|---|
class |
PassThroughFromDocumentFieldValueConverter<F> |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PassThroughFromDocumentFieldValueConverter.isCompatibleWith(FromDocumentFieldValueConverter<?,?> other) |
| Constructor and Description |
|---|
ProjectionConverter(Class<V> valueType,
FromDocumentFieldValueConverter<F,V> delegate) |
| Modifier and Type | Method and Description |
|---|---|
<V> S |
IndexFieldTypeConverterStep.projectionConverter(Class<V> valueType,
FromDocumentFieldValueConverter<? super F,V> fromIndexConverter)
Define how values returned when projecting on fields of this type
should be converted before being returned to the user.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.