public class ElementValueComparatorConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
className |
Constructor and Description |
---|
ElementValueComparatorConfiguration() |
Modifier and Type | Method and Description |
---|---|
ElementValueComparator |
createElementComparatorInstance(CacheConfiguration cacheConfiguration)
Get (and potentially) instantiate the instance
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClassName()
Returns the fully qualified class name for the ElementValueComparator to use
|
int |
hashCode() |
void |
setClass(java.lang.String className)
Sets the fully qualified class name for the ElementValueComparator to use
|
public java.lang.String getClassName()
public void setClass(java.lang.String className)
className
- FQCNpublic ElementValueComparator createElementComparatorInstance(CacheConfiguration cacheConfiguration)
cacheConfiguration
- the cache configurationpublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object