Class CompositePropertyInclusionPolicy<T extends Entity>

    • Constructor Detail

      • CompositePropertyInclusionPolicy

        protected CompositePropertyInclusionPolicy​(PropertyInclusionPolicy<T>[] policies)
    • Method Detail

      • include

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

        public int hashCode()
        Overrides:
        hashCode in class Object