130131132133134135136137138139140
this.metadata = metadata; structType = type(metadata.getStructClass()); codecType = toCodecType(metadata); classDefinition = new ClassDefinition( a(PUBLIC, SUPER), codecType.getClassName(), type(Object.class), type(ThriftCodec.class, structType) );
127128129130131132133134135136137
118119120121122123124125126127128