Class CompositeProjectionOptionsStepImpl<T,P>
java.lang.Object
org.hibernate.search.engine.search.projection.dsl.impl.CompositeProjectionOptionsStepImpl<T,P>
- All Implemented Interfaces:
CompositeProjectionOptionsStep<CompositeProjectionOptionsStepImpl<T,,P>, P> ProjectionFinalStep<P>
- Direct Known Subclasses:
CompositeProjectionValueStepImpl
public class CompositeProjectionOptionsStepImpl<T,P>
extends Object
implements CompositeProjectionOptionsStep<CompositeProjectionOptionsStepImpl<T,P>,P>
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeProjectionOptionsStepImpl(CompositeProjectionBuilder builder, SearchProjection<?>[] inners, ProjectionCompositor<?, T> compositor, ProjectionAccumulator.Provider<T, P> accumulatorProvider) -
Method Summary
Modifier and TypeMethodDescriptionCreate aSearchProjectioninstance matching the definition given in the previous DSL steps.
-
Constructor Details
-
CompositeProjectionOptionsStepImpl
public CompositeProjectionOptionsStepImpl(CompositeProjectionBuilder builder, SearchProjection<?>[] inners, ProjectionCompositor<?, T> compositor, ProjectionAccumulator.Provider<T, P> accumulatorProvider)
-
-
Method Details
-
toProjection
Description copied from interface:ProjectionFinalStepCreate aSearchProjectioninstance matching the definition given in the previous DSL steps.- Specified by:
toProjectionin interfaceProjectionFinalStep<T>- Returns:
- The
SearchProjectioninstance.
-