Class GeneratedClass

java.lang.Object
org.springframework.aot.generate.GeneratedClass

public final class GeneratedClass extends Object
A generated class is a container for generated methods.
Since:
6.0
Author:
Phillip Webb, Stephane Nicoll
See Also:
  • Method Details

    • getName

      public org.springframework.javapoet.ClassName getName()
      Return the name of the generated class.
      Returns:
      the name of the generated class
    • getMethodGenerator

      public MethodGenerator getMethodGenerator()
      Return the method generator that can be used for this generated class.
      Returns:
      the method generator