public abstract class AbstractSuppressPropertyQualifierResolver<T> extends AbstractPropertyQualifierResolver<T>
Constructor and Description |
---|
AbstractSuppressPropertyQualifierResolver() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQualifierName(T item)
Gets the qualifier name.
|
protected boolean |
isProcessableValue(java.lang.String value) |
getPropertyQualifierType, getValueToCheckForNull, toProcess
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getQualifierValue
public AbstractSuppressPropertyQualifierResolver()
public java.lang.String getQualifierName(T item)
QualifierResolver
protected boolean isProcessableValue(java.lang.String value)
isProcessableValue
in class AbstractPropertyQualifierResolver<T>