Get more flexibility in your Java code by exploring reflection.

Reflection and Java give a colossal capability, especially for removing boilerplate. It gives impactful productivity on Java to cover several points such as ORM, Rest application, and so on. It is why several frameworks use it, such as Hibernate, Spring, Microprofile, and Jakarta EE. This feature is worth learning and applying in several cases, such as internal conversion or a security protocol to some fields. In this video, we'll introduce this API, allowing you to create annotations and read through the Java Reflection API. #java #reflection #api https://github.com/otavio-santana-exp... 00:00 Introduction 00:23 Why Reflection? 02:09 Configuration and context 02:31 Create the Mapper interface and annotations 07:27 Using Java reflection