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 -
Method Summary
Modifier and TypeMethodDescriptionCreate aSearchProjectioninstance matching the definition given in the previous DSL steps.
-
Field Details
-
fieldProjectionBuilder
-
-
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.
-