Class IncludeNoProperties<T extends Entity>

    • Constructor Detail

      • IncludeNoProperties

        protected IncludeNoProperties()
    • Method Detail

      • include

        public final boolean include​(String key,
                                     T entity)
        Description copied from interface: PropertyInclusionPolicy
        Should a property with the given key of the given entity be included?
        Specified by:
        include in interface PropertyInclusionPolicy<T extends Entity>
        Parameters:
        key - of the property.
        entity - containing the property.
        Returns:
        true iff the property should be included.