Package net.binis.codegen.enrich.handler
Class CreatorEnricherHandler
java.lang.Object
net.binis.codegen.enrich.handler.base.BaseEnricher
net.binis.codegen.enrich.handler.CreatorEnricherHandler
- All Implemented Interfaces:
net.binis.codegen.enrich.CreatorEnricher,net.binis.codegen.enrich.Enricher,PrototypeEnricher
public class CreatorEnricherHandler extends BaseEnricher implements net.binis.codegen.enrich.CreatorEnricher
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CreatorEnricherHandler() -
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)intorder()
-
Constructor Details
-
CreatorEnricherHandler
public CreatorEnricherHandler()
-
-
Method Details
-
enrich
public void enrich(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description)- Specified by:
enrichin interfacePrototypeEnricher
-
finalize
public void finalize(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description)- Specified by:
finalizein interfacePrototypeEnricher- Overrides:
finalizein classBaseEnricher
-
order
public int order()- Specified by:
orderin interfacePrototypeEnricher
-