Interface MemberAccessValueStack

All Known Implementing Classes:
OgnlValueStack

public interface MemberAccessValueStack
ValueStacks implementing this interface provide a way to remove block or allow access to properties using regular expressions
  • Method Details

    • useExcludeProperties

      void useExcludeProperties(Set<Pattern> excludeProperties)
    • useAcceptProperties

      void useAcceptProperties(Set<Pattern> acceptedProperties)