class org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$UUIDConverter extends java.lang.Object implements org.junit.platform.console.shadow.picocli.CommandLine$ITypeConverter
{
void <init>()
{
org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$UUIDConverter v;
v := @this: org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$UUIDConverter;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.util.UUID convert(java.lang.String) throws java.lang.Exception
{
java.lang.String v;
java.util.UUID v;
org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$UUIDConverter v;
v := @this: org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$UUIDConverter;
v := @parameter: java.lang.String;
v = staticinvoke <java.util.UUID: java.util.UUID fromString(java.lang.String)>(v);
return v;
}
}