Uses of Interface
net.binis.codegen.generation.core.interfaces.ElementDescription
Packages that use ElementDescription
Package
Description
-
Uses of ElementDescription in net.binis.codegen.enrich
Methods in net.binis.codegen.enrich with parameters of type ElementDescriptionModifier and TypeMethodDescriptionvoidPrototypeEnricher.enrichElement(ElementDescription description) -
Uses of ElementDescription in net.binis.codegen.enrich.handler
Methods in net.binis.codegen.enrich.handler with parameters of type ElementDescriptionModifier and TypeMethodDescriptionvoidLogEnricherHandler.enrichElement(ElementDescription description) voidSanitizerEnricher.enrichElement(ElementDescription description) voidValidatorEnricher.enrichElement(ElementDescription description) -
Uses of ElementDescription in net.binis.codegen.enrich.handler.base
Methods in net.binis.codegen.enrich.handler.base with parameters of type ElementDescriptionModifier and TypeMethodDescriptionvoidBaseConditionalEnricher.enrichElement(ElementDescription description) voidBaseEnricher.enrichElement(ElementDescription description) protected voidBaseConditionalEnricher.internalEnrichElement(ElementDescription description) protected voidBaseEnricher.safeEnrichElement(ElementDescription description) protected booleanBaseConditionalEnricher.shouldEnrich(ElementDescription description) -
Uses of ElementDescription in net.binis.codegen.enrich.handler.constructor
Methods in net.binis.codegen.enrich.handler.constructor with parameters of type ElementDescriptionModifier and TypeMethodDescriptionvoidBaseArgsConstructorEnricherHandler.safeEnrichElement(ElementDescription description) -
Uses of ElementDescription in net.binis.codegen.enrich.handler.field
Methods in net.binis.codegen.enrich.handler.field with parameters of type ElementDescriptionModifier and TypeMethodDescriptionvoidGetterEnricherHandler.safeEnrichElement(ElementDescription description) voidSetterEnricherHandler.safeEnrichElement(ElementDescription description) -
Uses of ElementDescription in net.binis.codegen.generation.core
Classes in net.binis.codegen.generation.core that implement ElementDescriptionFields in net.binis.codegen.generation.core with type parameters of type ElementDescriptionModifier and TypeFieldDescriptionprotected Map<String,List<ElementDescription>> Structures.Parsed.elementsMethods in net.binis.codegen.generation.core with parameters of type ElementDescription -
Uses of ElementDescription in net.binis.codegen.generation.core.interfaces
Methods in net.binis.codegen.generation.core.interfaces that return types with arguments of type ElementDescription