Interface AotRepositoryClassBuilder.ClassCustomizer

Enclosing interface:
AotRepositoryClassBuilder

public static interface AotRepositoryClassBuilder.ClassCustomizer
Customizer interface to customize the AOT repository fragment class after it has been defined.
Since:
4.0
Author:
Mark Paluch
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.springframework.javapoet.TypeSpec.Builder builder)
    Apply customization ot the AOT repository fragment class after it has been defined.
  • Method Details

    • customize

      void customize(org.springframework.javapoet.TypeSpec.Builder builder)
      Apply customization ot the AOT repository fragment class after it has been defined.
      Parameters:
      builder - the class builder to be customized.