Class FieldProjectionOptionsStepImpl<T,P>
- java.lang.Object
-
- org.hibernate.search.engine.search.projection.dsl.impl.FieldProjectionOptionsStepImpl<T,P>
-
- All Implemented Interfaces:
FieldProjectionOptionsStep<FieldProjectionOptionsStepImpl<T,P>,P>,ProjectionFinalStep<P>
- Direct Known Subclasses:
FieldProjectionValueStepImpl
public class FieldProjectionOptionsStepImpl<T,P> extends Object implements FieldProjectionOptionsStep<FieldProjectionOptionsStepImpl<T,P>,P>
-
-
Field Summary
Fields Modifier and Type Field Description protected FieldProjectionBuilder<T>fieldProjectionBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchProjection<P>toProjection()Create aSearchProjectioninstance matching the definition given in the previous DSL steps.
-
-
-
Field Detail
-
fieldProjectionBuilder
protected final FieldProjectionBuilder<T> fieldProjectionBuilder
-
-
Method Detail
-
toProjection
public SearchProjection<P> toProjection()
Description copied from interface:ProjectionFinalStepCreate aSearchProjectioninstance matching the definition given in the previous DSL steps.- Specified by:
toProjectionin interfaceProjectionFinalStep<T>- Returns:
- The
SearchProjectioninstance.
-
-