Interface SegmentProvider


public interface SegmentProvider
Provider type for query segments.
Since:
5.0.15
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    Provides the query segment.
  • Method Details

    • getSegment

      @Nullable @Nullable String getSegment()
      Provides the query segment.
      Returns:
      The segment.
      Since:
      5.0.15