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
Methods in net.binis.codegen.enrich.handler with parameters of type PrototypeDataModifier and TypeMethodDescriptionprotected com.github.javaparser.ast.body.MethodDeclarationModifierEnricherHandler.declare(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description, PrototypeData properties, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration modifierFields, PrototypeField field, com.github.javaparser.ast.body.TypeDeclaration<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> classDeclaration, List<org.apache.commons.lang3.tuple.Pair<com.github.javaparser.ast.CompilationUnit, String>> imports) -
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 that return types with arguments of type PrototypeDataModifier and TypeMethodDescriptionStructures.Parsed.getAdditionalProperties()static Optional<PrototypeData>Generator.getCodeAnnotationProperties(com.github.javaparser.ast.body.BodyDeclaration<?> type) Methods in net.binis.codegen.generation.core with parameters of type PrototypeDataModifier and TypeMethodDescriptionstatic StringErrorHelpers.calculatePrototypeAnnotationError(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration type, PrototypeData properties) protected static voidStructures.copy(Structures.PrototypeDataHandler.PrototypeDataHandlerBuilder builder, PrototypeData proto) static ObjectHelpers.getCustomValue(String key, PrototypeData properties) static voidHelpers.handleEnrichersSetup(PrototypeData properties) static voidHelpers.handleInheritedEnrichersSetup(PrototypeData properties) voidStructures.CustomParsed.setProperties(PrototypeData properties) -
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()Methods in net.binis.codegen.generation.core.interfaces that return types with arguments of type PrototypeData