Class IncludeAllProperties<T extends Entity>

    • Constructor Detail

      • IncludeAllProperties

        protected IncludeAllProperties()
    • Method Detail

      • include

        public boolean include​(String key,
                               T t)
        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.
        t - containing the property.
        Returns:
        true iff the property should be included.