Package net.binis.codegen.enrich
Interface PrototypeEnricher
- All Known Implementing Classes:
AsEnricherHandler,BaseEnricher,CloneEnricherHandler,CreatorEnricherHandler,CreatorModifierEnricherHandler,FluentEnricherHandler,ModifierEnricherHandler,QueryEnricherHandler,ValidationEnricherHandler
public interface PrototypeEnricher
-
Method Summary
Modifier and Type Method Description voidenrich(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description)voidfinalize(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description)voidinit(PrototypeLookup lookup)intorder()voidsetup(PrototypeData properies)
-
Method Details
-
init
-
setup
-
enrich
void enrich(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description) -
finalize
void finalize(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description) -
order
int order()
-