Module jpastreamer.field
Interface HasInclusion
public interface HasInclusion
A common interface for predicates that test if an item is located
between two other items. This is useful for determining which
inclusion strategy is expected from the stream.
- Since:
- 3.0.0
- Author:
- Emil Forslund
-
Method Summary
Modifier and TypeMethodDescriptionReturns the inclusion strategy used in the predicate.
-
Method Details
-
getInclusion
Inclusion getInclusion()Returns the inclusion strategy used in the predicate.- Returns:
- the inclusion strategy
-