source
map(String)
Mapper<String>의 source method만 보면 runtime interface descriptor가 Object인 이유와 cast frame을 설명할 수 없습니다.
map(String)
map(Object):Object
compiler-generated method
runtime type guard
actual implementation
핵심: bridge flag와 descriptor, checkcast, 실제 invokevirtual을 함께 읽습니다.