Uses of Interface
net.binis.codegen.generation.core.interfaces.PrototypeField
Packages that use PrototypeField
Package
Description
-
Uses of PrototypeField in net.binis.codegen.enrich
Methods in net.binis.codegen.enrich that return types with arguments of type PrototypeFieldModifier and TypeMethodDescription -
Uses of PrototypeField in net.binis.codegen.enrich.handler
Methods in net.binis.codegen.enrich.handler with parameters of type PrototypeFieldModifier and TypeMethodDescriptionstatic voidFluentEnricherHandler.addMethod(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration type, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, boolean isClass, PrototypeField field) -
Uses of PrototypeField in net.binis.codegen.generation.core
Classes in net.binis.codegen.generation.core that implement PrototypeFieldMethods in net.binis.codegen.generation.core that return PrototypeFieldModifier and TypeMethodDescriptionstatic PrototypeFieldHelpers.findField(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> parsed, String field) Methods in net.binis.codegen.generation.core that return types with arguments of type PrototypeFieldModifier and TypeMethodDescriptionMethods in net.binis.codegen.generation.core with parameters of type PrototypeFieldModifier and TypeMethodDescriptionstatic voidGenerator.addGetter(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration type, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, com.github.javaparser.ast.body.MethodDeclaration declaration, boolean isClass, PrototypeField field) static voidCollectionsHandler.addModifier(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeField declaration, String modifierName, String className, boolean isClass) static voidGenerator.addSetter(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration type, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, com.github.javaparser.ast.body.MethodDeclaration declaration, boolean isClass, PrototypeField field) static booleanHelpers.ancestorMethodExists(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeField declaration, String methodName) static booleanHelpers.ancestorMethodExists(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeField declaration, String methodName, com.github.javaparser.ast.type.Type returnType) static org.apache.commons.lang3.tuple.Pair<com.github.javaparser.ast.type.Type,PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration>> Helpers.getFieldType(PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description, PrototypeField field) static booleanHelpers.methodExists(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeField declaration, boolean isClass) static booleanHelpers.methodExists(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeField declaration, boolean isClass, com.github.javaparser.ast.type.Type type) static booleanHelpers.methodExists(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeField declaration, String methodName, boolean isClass) static booleanHelpers.methodSignatureExists(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeField declaration, String methodName) static booleanHelpers.methodSignatureExists(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeField declaration, String methodName, com.github.javaparser.ast.type.Type returnType) -
Uses of PrototypeField in net.binis.codegen.generation.core.interfaces
Methods in net.binis.codegen.generation.core.interfaces that return PrototypeFieldMethods in net.binis.codegen.generation.core.interfaces that return types with arguments of type PrototypeField