Interface AotRepositoryConstructorBuilder.ConstructorCustomizer

Enclosing interface:
AotRepositoryConstructorBuilder

public static interface AotRepositoryConstructorBuilder.ConstructorCustomizer
Customizer for the AOT repository constructor.
Since:
4.0
Author:
Christoph Strobl, Mark Paluch
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.springframework.javapoet.MethodSpec.Builder builder)
    Customize the constructor.
  • Method Details

    • customize

      void customize(org.springframework.javapoet.MethodSpec.Builder builder)
      Customize the constructor.
      Parameters:
      builder - the constructor builder to be customized.