Completed
Lambda (JSR 335) implementation options
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
MethodHandle Introspection in Java
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Standard disclaimer
- 3 Lambda (JSR 335) implementation options
- 4 Lambda metafactory bootstrap method
- 5 Memory use example: Eclipse plugin directory
- 6 Lambda metalactory bootstrap method
- 7 Why are Method Handles a black box?
- 8 Introspection examples
- 9 Creating an introspector
- 10 Roundtripping through the introspector
- 11 Introspection limitations
- 12 Introspection implementation
- 13 Why not full reflection?
- 14 Security implications
- 15 Behavioral equivalence
- 16 Implementation restrictions
- 17 Conclusion