public final class StaticProjectionFinalStep<T> extends Object implements ProjectionFinalStep<T>
| Constructor and Description |
|---|
StaticProjectionFinalStep(SearchProjectionBuilder<T> builder) |
| Modifier and Type | Method and Description |
|---|---|
SearchProjection<T> |
toProjection()
Create a
SearchProjection instance
matching the definition given in the previous DSL steps. |
public StaticProjectionFinalStep(SearchProjectionBuilder<T> builder)
public SearchProjection<T> toProjection()
ProjectionFinalStepSearchProjection instance
matching the definition given in the previous DSL steps.toProjection in interface ProjectionFinalStep<T>SearchProjection instance.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.