Package net.binis.codegen.enrich.handler
Class JacksonEnricherHandler
java.lang.Object
net.binis.codegen.enrich.handler.base.BaseEnricher
net.binis.codegen.enrich.handler.JacksonEnricherHandler
- All Implemented Interfaces:
net.binis.codegen.enrich.Enricher,net.binis.codegen.enrich.JacksonEnricher,PrototypeEnricher
public class JacksonEnricherHandler extends BaseEnricher implements net.binis.codegen.enrich.JacksonEnricher
-
Field Summary
-
Constructor Summary
Constructors Constructor Description JacksonEnricherHandler() -
Method Summary
Modifier and Type Method Description voidenrich(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description)intorder()Methods inherited from class net.binis.codegen.enrich.handler.base.BaseEnricher
finalizeEnrich, init, postProcess, setup
-
Constructor Details
-
JacksonEnricherHandler
public JacksonEnricherHandler()
-
-
Method Details
-
enrich
public void enrich(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description)- Specified by:
enrichin interfacePrototypeEnricher
-
order
public int order()- Specified by:
orderin interfacePrototypeEnricher
-