public interface MemberAccessValueStack
Modifier and Type | Method and Description |
---|---|
void |
setAcceptProperties(Set<Pattern> acceptedProperties)
Deprecated.
please use
useAcceptProperties(Set) |
void |
setExcludeProperties(Set<Pattern> excludeProperties)
Deprecated.
please use
useExcludeProperties(Set) |
void |
useAcceptProperties(Set<Pattern> acceptedProperties) |
void |
useExcludeProperties(Set<Pattern> excludeProperties) |
@Deprecated void setExcludeProperties(Set<Pattern> excludeProperties)
useExcludeProperties(Set)
@Deprecated void setAcceptProperties(Set<Pattern> acceptedProperties)
useAcceptProperties(Set)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.