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
Fields inherited from class net.binis.codegen.enrich.handler.base.BaseEnricher
lookup, parser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
dependencies, enrichMethod, error, finalizeEnrich, init, postProcess, setup
-
Constructor Details
-
FluentEnricherHandler
public FluentEnricherHandler()
-
-
Method Details
-
enrich
public void enrich(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description) - Specified by:
enrichin interfacePrototypeEnricher- Overrides:
enrichin classBaseEnricher
-
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)
-