public class NonHashableSourcePathContainerValueTypeInfo extends Object implements ValueTypeInfo<NonHashableSourcePathContainer>
| Constructor and Description |
|---|
NonHashableSourcePathContainerValueTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
create(ValueCreator<E> creator) |
<E extends Exception> |
visit(NonHashableSourcePathContainer value,
ValueVisitor<E> visitor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateNotNullpublic NonHashableSourcePathContainerValueTypeInfo()
public <E extends Exception> void visit(NonHashableSourcePathContainer value, ValueVisitor<E> visitor) throws E extends Exception
visit in interface ValueTypeInfo<NonHashableSourcePathContainer>E extends Exceptionpublic <E extends Exception> NonHashableSourcePathContainer create(ValueCreator<E> creator) throws E extends Exception
create in interface ValueTypeInfo<NonHashableSourcePathContainer>E extends Exception