java.lang.Object
org.microbean.bean.InterceptorBindings
A utility class providing methods that work with interceptor bindings.
- Author:
- Laird Nelson
-
Method Summary
Modifier and TypeMethodDescriptionstatic final NamedAttributeMap
<String> static final boolean
static final NamedAttributeMap
<String> static final boolean
static final List
<NamedAttributeMap<?>> interceptorBindings
(Collection<? extends NamedAttributeMap<?>> c) Given aCollection
ofNamedAttributeMap
s, returns aList
consisting of thoseNamedAttributeMap
instances that are deemed to be interceptor bindings.static final NamedAttributeMap
<?> static final boolean
-
Method Details
-
anyInterceptorBinding
-
anyInterceptorBinding
-
interceptorBinding
-
interceptorBinding
-
interceptorBindings
public static final List<NamedAttributeMap<?>> interceptorBindings(Collection<? extends NamedAttributeMap<?>> c) Given aCollection
ofNamedAttributeMap
s, returns aList
consisting of thoseNamedAttributeMap
instances that are deemed to be interceptor bindings.- Parameters:
c
- aCollection
; must not benull
- Returns:
- a
List
of interceptor bindings
-
targetClassInterceptorBinding
-
targetClassInterceptorBinding
-