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 booleanstatic final NamedAttributeMap<String> static final booleanstatic final List<NamedAttributeMap<?>> interceptorBindings(Collection<? extends NamedAttributeMap<?>> c) Given aCollectionofNamedAttributeMaps, returns aListconsisting of thoseNamedAttributeMapinstances 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 aCollectionofNamedAttributeMaps, returns aListconsisting of thoseNamedAttributeMapinstances that are deemed to be interceptor bindings.- Parameters:
c- aCollection; must not benull- Returns:
- a
Listof interceptor bindings
-
targetClassInterceptorBinding
-
targetClassInterceptorBinding
-