Package net.binis.codegen.enrich.handler
Class FluentEnricherHandler
java.lang.Object
net.binis.codegen.enrich.handler.base.BaseEnricher
net.binis.codegen.enrich.handler.FluentEnricherHandler
- All Implemented Interfaces:
net.binis.codegen.enrich.Enricher,net.binis.codegen.enrich.FluentEnricher,PrototypeEnricher
public class FluentEnricherHandler extends BaseEnricher implements net.binis.codegen.enrich.FluentEnricher
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FluentEnricherHandler() -
Method Summary
Modifier and Type Method Description static voidaddMethod(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration type, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, boolean isClass, PrototypeField field)voidenrich(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description)intorder()Methods inherited from class net.binis.codegen.enrich.handler.base.BaseEnricher
finalize, init, setup
-
Constructor Details
-
FluentEnricherHandler
public FluentEnricherHandler()
-
-
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
-
addMethod
public static void addMethod(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration type, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, boolean isClass, PrototypeField field)
-