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>
public static class ElasticsearchFieldProjection.TypeSelector<F> extends Object implements FieldProjectionBuilder.TypeSelector
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> ElasticsearchFieldProjection.Builder<F,V>type(Class<V> expectedType, ValueConvert convert)
-
-
-
Method Detail
-
type
public <V> ElasticsearchFieldProjection.Builder<F,V> type(Class<V> expectedType, ValueConvert convert)
- Specified by:
typein interfaceFieldProjectionBuilder.TypeSelector
-
-