Package net.binis.codegen.enrich
Interface PrototypeEnricher
- All Known Implementing Classes:
AsEnricherHandler,BaseEnricher,CloneEnricherHandler,CreatorEnricherHandler,CreatorModifierEnricherHandler,FluentEnricherHandler,JacksonEnricherHandler,ModifierEnricherHandler,OpenApiEnricherHandler,QueryEnricherHandler,RegionEnricherHandler,ValidationEnricherHandler
public interface PrototypeEnricher
-
Method Summary
Modifier and Type Method Description voidenrich(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description)voidfinalizeEnrich(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description)voidinit(PrototypeLookup lookup)intorder()voidpostProcess(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description)voidsetup(PrototypeData properies)
-
Method Details
-
init
-
setup
-
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()
-