Interface PrototypeEnricher

All Superinterfaces:
net.binis.codegen.enrich.Enricher
All Known Implementing Classes:
AsEnricherHandler, BaseEnricher, CloneEnricherHandler, CreatorEnricherHandler, CreatorModifierEnricherHandler, FluentEnricherHandler, HibernateEnricherHandler, JacksonEnricherHandler, ModifierEnricherHandler, OpenApiEnricherHandler, QueryEnricherHandler, RegionEnricherHandler, ValidationEnricherHandler

public interface PrototypeEnricher extends net.binis.codegen.enrich.Enricher
  • Method Details

    • init

      void init(PrototypeLookup lookup)
    • setup

      void setup(PrototypeData properies)
    • enrich

      void enrich(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description)
    • finalizeEnrich

      void finalizeEnrich(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description)
    • postProcess

      void postProcess(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description)
    • order

      int order()