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