Interface FieldProjectionOptionsStep<S extends FieldProjectionOptionsStep<?,​T>,​T>

  • Type Parameters:
    S - The "self" type (the actual exposed type of this step).
    T - The type of projected field values.
    All Superinterfaces:
    ProjectionFinalStep<T>
    All Known Subinterfaces:
    FieldProjectionValueStep<N,​T>

    public interface FieldProjectionOptionsStep<S extends FieldProjectionOptionsStep<?,​T>,​T>
    extends ProjectionFinalStep<T>
    The initial and final step in a "field" projection definition, where optional parameters can be set.