类 BindingReflectionHintsRegistrar

java.lang.Object
cn.taketoday.aot.hint.BindingReflectionHintsRegistrar

public class BindingReflectionHintsRegistrar extends Object
Register the necessary reflection hints so that the specified type can be bound at runtime. Fields, constructors, properties and record components are registered, except for a set of types like those in the java. package where just the type is registered. Types are discovered transitively on properties and record components, and generic types are registered as well.
从以下版本开始:
4.0
作者:
Sebastien Deleuze, Harry Yang
  • 字段详细资料

    • JACKSON_ANNOTATION

      private static final String JACKSON_ANNOTATION
      另请参阅:
    • jacksonAnnotationPresent

      private static final boolean jacksonAnnotationPresent
  • 构造器详细资料

    • BindingReflectionHintsRegistrar

      public BindingReflectionHintsRegistrar()
  • 方法详细资料