O
- the type of Java object this translator instance is able to handlepublic abstract class AbstractObjectTranslator<O> extends java.lang.Object implements ObjectTranslator<O>
ObjectTranslator
that implements equals(Object)
and
hashCode()
based of the return values of ObjectTranslator.getObjectClass()
and ObjectTranslator.hasStringRepresentation()
.
Inherited classes that add additional properties must overwrite these methods.
Constructor and Description |
---|
AbstractObjectTranslator() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getObjectClass, hasStringRepresentation, javaToRepresentation, readXMLRepresentation, representationToJava, writeXMLRepresentation
public AbstractObjectTranslator()