Uses of Interface
io.helidon.service.codegen.DefaultsCodegen.DefaultCode
Packages that use DefaultsCodegen.DefaultCode
-
Uses of DefaultsCodegen.DefaultCode in io.helidon.service.codegen
Methods in io.helidon.service.codegen that return types with arguments of type DefaultsCodegen.DefaultCodeModifier and TypeMethodDescriptionstatic Optional
<DefaultsCodegen.DefaultCode> DefaultsCodegen.findDefault
(Set<Annotation> annotations, TypeName targetType) Find a default annotation within the set of annotations on an element.Methods in io.helidon.service.codegen with parameters of type DefaultsCodegen.DefaultCodeModifier and TypeMethodDescriptionstatic void
DefaultsCodegen.codegenOptional
(ContentBuilder<?> contentBuilder, DefaultsCodegen.DefaultCode defaultCode, FieldHandler constantHandler, DefaultsParams params) Code generate default handling after an optional of the correct type.