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
Fields inherited from class net.binis.codegen.enrich.handler.base.BaseEnricher
lookup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidenrich(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
-