Class ValidationRuntimeHintsRegistrar

java.lang.Object
net.croz.nrich.validation.aot.ValidationRuntimeHintsRegistrar
All Implemented Interfaces:
org.springframework.aot.hint.RuntimeHintsRegistrar

public class ValidationRuntimeHintsRegistrar extends Object implements org.springframework.aot.hint.RuntimeHintsRegistrar
  • Field Details

    • RESOURCE_BUNDLE

      public static final String RESOURCE_BUNDLE
      See Also:
    • RESOURCE_PATTERN_LIST

      public static final List<String> RESOURCE_PATTERN_LIST
    • TYPE_REFERENCE_LIST

      public static final List<org.springframework.aot.hint.TypeReference> TYPE_REFERENCE_LIST
  • Constructor Details

    • ValidationRuntimeHintsRegistrar

      public ValidationRuntimeHintsRegistrar()
  • Method Details

    • registerHints

      public void registerHints(org.springframework.aot.hint.RuntimeHints hints, ClassLoader classLoader)
      Specified by:
      registerHints in interface org.springframework.aot.hint.RuntimeHintsRegistrar