public class NormalizingFilter extends ExternallyChainedFilter
Constructor and Description |
---|
NormalizingFilter(Filter filter,
ObjectNormalizerFacade normalizerFacade) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(ConnectorObject obj)
Return the decision based on normalized version of the object.
|
<R,P> R |
accept(FilterVisitor<R,P> v,
P p)
Applies a
FilterVisitor to this Filter . |
String |
toString() |
getFilter
public NormalizingFilter(Filter filter, ObjectNormalizerFacade normalizerFacade)
public boolean accept(ConnectorObject obj)
obj
- - The specified ConnectorObject.public <R,P> R accept(FilterVisitor<R,P> v, P p)
Filter
FilterVisitor
to this Filter
.R
- The return type of the visitor's methods.P
- The type of the additional parameters to the visitor's
methods.v
- The filter visitor.p
- Optional additional visitor parameter.Copyright © 2019. All rights reserved.