Uses of Interface
net.binis.codegen.generation.core.interfaces.PrototypeData
Packages that use PrototypeData
Package
Description
-
Uses of PrototypeData in net.binis.codegen.enrich
Methods in net.binis.codegen.enrich with parameters of type PrototypeData -
Uses of PrototypeData in net.binis.codegen.enrich.handler.base
Methods in net.binis.codegen.enrich.handler.base with parameters of type PrototypeData -
Uses of PrototypeData in net.binis.codegen.generation.core
Classes in net.binis.codegen.generation.core that implement PrototypeDataMethods in net.binis.codegen.generation.core with parameters of type PrototypeDataModifier and TypeMethodDescriptionstatic <T> TGenerator.findInheritanceProperty(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeData properties, BiFunction<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration, PrototypeData, T> func) static voidHelpers.handleEnrichersSetup(PrototypeData properties) static voidHelpers.handleInheritedEnrichersSetup(PrototypeData properties) Method parameters in net.binis.codegen.generation.core with type arguments of type PrototypeDataModifier and TypeMethodDescriptionstatic <T> TGenerator.findInheritanceProperty(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeData properties, BiFunction<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration, PrototypeData, T> func) -
Uses of PrototypeData in net.binis.codegen.generation.core.interfaces
Methods in net.binis.codegen.generation.core.interfaces that return PrototypeData