public class ElementValueComparatorConfiguration extends Object
Constructor and Description |
---|
ElementValueComparatorConfiguration() |
Modifier and Type | Method and Description |
---|---|
ElementValueComparator |
createElementComparatorInstance(CacheConfiguration cacheConfiguration,
ClassLoader loader)
Get (and potentially) instantiate the instance
|
boolean |
equals(Object obj) |
String |
getClassName()
Returns the fully qualified class name for the ElementValueComparator to use
|
int |
hashCode() |
void |
setClass(String className)
Sets the fully qualified class name for the ElementValueComparator to use
|
public String getClassName()
public void setClass(String className)
className
- FQCNpublic ElementValueComparator createElementComparatorInstance(CacheConfiguration cacheConfiguration, ClassLoader loader)
cacheConfiguration
- the cache configurationloader
- classloader to use to create the instanceCopyright 2001-2021, Terracotta, Inc.