Class ConfigurationPropertiesReflectionHintsProcessor

java.lang.Object
org.springframework.boot.context.properties.ConfigurationPropertiesReflectionHintsProcessor

public final class ConfigurationPropertiesReflectionHintsProcessor extends Object
Registers a given type on ReflectionHints for binding purposes, discovering any nested type it may expose via a property.
Since:
3.0.0
Author:
Andy Wilkinson, Moritz Halbritter, Sebastien Deleuze
  • Method Details

    • processConfigurationProperties

      public static void processConfigurationProperties(Class<?> type, ReflectionHints reflectionHints)
      Registers a given type on ReflectionHints for binding purposes, discovering any nested type it may expose via a property.
      Parameters:
      type - type to process
      reflectionHints - ReflectionHints to register the types on