class org.springframework.format.datetime.standard.DateTimeConverters$CalendarToLocalTimeConverter extends java.lang.Object implements org.springframework.core.convert.converter.Converter
{
private void <init>()
{
org.springframework.format.datetime.standard.DateTimeConverters$CalendarToLocalTimeConverter v;
v := @this: org.springframework.format.datetime.standard.DateTimeConverters$CalendarToLocalTimeConverter;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.time.LocalTime convert(java.util.Calendar)
{
java.util.Calendar v;
org.springframework.format.datetime.standard.DateTimeConverters$CalendarToLocalTimeConverter v;
java.time.ZonedDateTime v;
java.time.LocalTime v;
v := @this: org.springframework.format.datetime.standard.DateTimeConverters$CalendarToLocalTimeConverter;
v := @parameter: java.util.Calendar;
v = staticinvoke <org.springframework.format.datetime.standard.DateTimeConverters: java.time.ZonedDateTime calendarToZonedDateTime(java.util.Calendar)>(v);
v = virtualinvoke v.<java.time.ZonedDateTime: java.time.LocalTime toLocalTime()>();
return v;
}
}