- All Implemented Interfaces:
joptsimple.ValueConverter<UUID>
- Enclosing class:
Options
public static class Options.UUIDConverter
extends Object
implements joptsimple.ValueConverter<UUID>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UUIDConverter
public UUIDConverter()
-
Method Details
-
convert
- Specified by:
convert in interface joptsimple.ValueConverter<UUID>
-
valueType
@Nonnull
public Class<? extends UUID> valueType()
- Specified by:
valueType in interface joptsimple.ValueConverter<UUID>
-
valuePattern
@Nullable
public String valuePattern()
- Specified by:
valuePattern in interface joptsimple.ValueConverter<UUID>