Uses of Interface
io.helidon.common.types.AnnotationProperty
Packages that use AnnotationProperty
Package
Description
Class model generator for annotation processors.
Subset of Builder's SPI types that are useful for runtime.
-
Uses of AnnotationProperty in io.helidon.codegen.classmodel
Methods in io.helidon.codegen.classmodel with parameters of type AnnotationPropertyModifier and TypeMethodDescriptionAnnotation.Builder.addParameter(String name, AnnotationProperty property) Adds annotation parameter. -
Uses of AnnotationProperty in io.helidon.common.types
Methods in io.helidon.common.types that return AnnotationPropertyModifier and TypeMethodDescriptionstatic <T extends Enum<T>>
AnnotationPropertyCreate a new enum property.static AnnotationPropertyCreate a new annotation property.static AnnotationPropertyCreate a new annotation property with a constant value.Methods in io.helidon.common.types that return types with arguments of type AnnotationPropertyModifier and TypeMethodDescriptionAnnotation.BuilderBase.AnnotationImpl.properties()Annotation.BuilderBase.properties()List of properties defined on this annotation.Methods in io.helidon.common.types with parameters of type AnnotationPropertyModifier and TypeMethodDescriptionAnnotation.BuilderBase.putProperty(String key, AnnotationProperty property) This method adds a new value to the map, or replaces it if the key already exists.Method parameters in io.helidon.common.types with type arguments of type AnnotationPropertyModifier and TypeMethodDescriptionAnnotation.BuilderBase.addProperties(Map<String, ? extends AnnotationProperty> properties) This method keeps existing values, then puts all new values into the map.Annotation.BuilderBase.properties(Map<String, ? extends AnnotationProperty> properties) This method replaces all values with the new ones.