Class SpelNodePropertyInclusionPolicy

    • Constructor Detail

      • SpelNodePropertyInclusionPolicy

        public SpelNodePropertyInclusionPolicy​(String expression)
    • Method Detail

      • include

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