class org.springframework.format.datetime.DateFormatterRegistrar$LongToDateConverter implements org.springframework.core.convert.converter.Converter<java.lang.Long, java.util.Date>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.format.datetime.DateFormatterRegistrar$LongToDateConverter
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/format/datetime/DateFormatterRegistrar$LongToDateConverter;
public java.util.Date convert(java.lang.Long);
descriptor: (Ljava/lang/Long;)Ljava/util/Date;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new java.util.Date
dup
aload 1
invokevirtual java.lang.Long.longValue:()J
invokespecial java.util.Date.<init>:(J)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/format/datetime/DateFormatterRegistrar$LongToDateConverter;
0 1 1 source Ljava/lang/Long;
MethodParameters:
Name Flags
source
public java.lang.Object convert(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Long
invokevirtual org.springframework.format.datetime.DateFormatterRegistrar$LongToDateConverter.convert:(Ljava/lang/Long;)Ljava/util/Date;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lorg/springframework/core/convert/converter/Converter<Ljava/lang/Long;Ljava/util/Date;>;
SourceFile: "DateFormatterRegistrar.java"
NestHost: org.springframework.format.datetime.DateFormatterRegistrar
InnerClasses:
private LongToDateConverter = org.springframework.format.datetime.DateFormatterRegistrar$LongToDateConverter of org.springframework.format.datetime.DateFormatterRegistrar