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