Class ElasticsearchFieldProjection.TypeSelector<F>
java.lang.Object
org.hibernate.search.backend.elasticsearch.search.projection.impl.ElasticsearchFieldProjection.TypeSelector<F>
- All Implemented Interfaces:
FieldProjectionBuilder.TypeSelector
- Enclosing class:
- ElasticsearchFieldProjection<F,
V, P, T>
public static class ElasticsearchFieldProjection.TypeSelector<F>
extends Object
implements FieldProjectionBuilder.TypeSelector
-
Method Summary
Modifier and TypeMethodDescription<V> ElasticsearchFieldProjection.Builder<F,V, ?> type(Class<V> expectedType, ValueModel valueModel)
-
Method Details
-
type
public <V> ElasticsearchFieldProjection.Builder<F,V, type?> (Class<V> expectedType, ValueModel valueModel) - Specified by:
typein interfaceFieldProjectionBuilder.TypeSelector
-