public class HashCodeValueTypeInfo extends Object implements ValueTypeInfo<com.google.common.hash.HashCode>
Modifier and Type | Field and Description |
---|---|
static ValueTypeInfo<com.google.common.hash.HashCode> |
INSTANCE |
Constructor and Description |
---|
HashCodeValueTypeInfo() |
Modifier and Type | Method and Description |
---|---|
<E extends Exception> |
create(ValueCreator<E> creator) |
<E extends Exception> |
visit(com.google.common.hash.HashCode value,
ValueVisitor<E> visitor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createNotNull
public static final ValueTypeInfo<com.google.common.hash.HashCode> INSTANCE
public <E extends Exception> void visit(com.google.common.hash.HashCode value, ValueVisitor<E> visitor) throws E extends Exception
visit
in interface ValueTypeInfo<com.google.common.hash.HashCode>
E extends Exception
public <E extends Exception> com.google.common.hash.HashCode create(ValueCreator<E> creator) throws E extends Exception
create
in interface ValueTypeInfo<com.google.common.hash.HashCode>
E extends Exception