Class IncludeAll<T>

    • Constructor Detail

      • IncludeAll

        public IncludeAll()
    • Method Detail

      • include

        public boolean include​(T object)
        Description copied from interface: ObjectInclusionPolicy
        Include the given object?
        Specified by:
        include in interface ObjectInclusionPolicy<T>
        Parameters:
        object - to check.
        Returns:
        true iff the given object should be included.