Interface FieldProjectionBuilder<T>
-
- All Superinterfaces:
SearchProjectionBuilder<T>
public interface FieldProjectionBuilder<T> extends SearchProjectionBuilder<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
FieldProjectionBuilder.TypeSelector
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SearchProjection<T>
build()
<P> SearchProjection<P>
build(ProjectionAccumulator.Provider<T,P> accumulatorProvider)
-
-
-
Method Detail
-
build
default SearchProjection<T> build()
- Specified by:
build
in interfaceSearchProjectionBuilder<T>
-
build
<P> SearchProjection<P> build(ProjectionAccumulator.Provider<T,P> accumulatorProvider)
-
-