public interface PolicyAwareAttributes
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PolicyAwareAttributes.Attribute
Implementations are
enums, with each value representing an attribute from the policy pointcut parameters class. |
| Modifier and Type | Method and Description |
|---|---|
PolicyAwareAttributes |
merge(PolicyAwareAttributes target)
Generates a new
PolicyAwareAttributes instance by merging the current object with {target} |
boolean |
requires(PolicyAwareAttributes.Attribute attribute)
Indicates if a particular attributes is required
|
boolean requires(PolicyAwareAttributes.Attribute attribute)
attribute - PolicyAwareAttributes merge(PolicyAwareAttributes target)
PolicyAwareAttributes instance by merging the current object with {target}target - instance to mergeCopyright © 2022 MuleSoft, Inc.. All rights reserved.