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 PrototypeDataModifier and TypeMethodDescriptionvoidCustomDescription.setProperties(PrototypeData properties) voidPrototypeEnricher.setup(PrototypeData properies) -
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 PrototypeDataFields in net.binis.codegen.generation.core declared as PrototypeDataModifier and TypeFieldDescriptionprotected PrototypeDataStructures.ParsedElementDescription.propertiesMethods in net.binis.codegen.generation.core that return PrototypeDataMethods in net.binis.codegen.generation.core with parameters of type PrototypeDataModifier and TypeMethodDescriptionstatic StringErrorHelpers.calculatePrototypeAnnotationError(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration type, PrototypeData properties) static <T> TGenerator.findInheritanceProperty(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeData properties, BiFunction<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration, PrototypeData, T> func) static ObjectHelpers.getCustomValue(String key, PrototypeData properties) static voidHelpers.handleEnrichersSetup(PrototypeData properties) static voidHelpers.handleInheritedEnrichersSetup(PrototypeData properties) voidStructures.CustomParsed.setProperties(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 PrototypeDataModifier and TypeMethodDescriptionElementDescription.getProperties()PrototypeDescription.getProperties()