ParameterMatcher
public void ParameterMatcher(String identifierName, double similarity, Class<? extends Object> parameterType, boolean allowSubTypes)(source)
Constructs and initializes an attribute matcher to match the specified attribute.
Parameters
identifierName
the identifier name to match
similarity
the minimum required similarity
parameterType
the expected parameter type
allowSubTypes
the indicator whether to also match subtypes derived from parameterType
public void ParameterMatcher(String identifierName, double similarity, Class<? extends Object> parameterType)(source)
Constructs and initializes an attribute matcher to match the specified attribute.
Parameters
identifierName
the identifier name to match
similarity
the minimum required similarity
parameterType
the expected parameter type
Constructs and initializes an attribute matcher to match the specified attribute.
Parameters
parameterType
the expected parameter type
Constructs and initializes an attribute matcher to match the specified attribute.
Parameters
parameterType
the expected parameter type
allowSubTypes
the indicator whether to also match subtypes derived from parameterType