Uses of Interface
com.speedment.common.codegen.model.AnnotationUsage
-
Packages that use AnnotationUsage Package Description com.speedment.common.codegen.constant This package contains constant classes.com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package.com.speedment.common.codegen.model.trait Common traits used by the codegen models located in thecom.speedment.codegen.lang.modelpackage. -
-
Uses of AnnotationUsage in com.speedment.common.codegen.constant
Classes in com.speedment.common.codegen.constant that implement AnnotationUsage Modifier and Type Class Description classDefaultAnnotationUsageAn enumeration with default constants for theAnnotationUsageinterface.Methods in com.speedment.common.codegen.constant that return AnnotationUsage Modifier and Type Method Description AnnotationUsageDefaultAnnotationUsage. copy()AnnotationUsageDefaultAnnotationUsage. put(String key, Value<?> val)Use the specified key-value pair when referencing the annotation.AnnotationUsageDefaultAnnotationUsage. set(Value<?> val)Sets the value of this model.AnnotationUsageDefaultAnnotationUsage. set(Type type)Sets the type of this model. -
Uses of AnnotationUsage in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return AnnotationUsage Modifier and Type Method Description static AnnotationUsageAnnotationUsage. of(Type type)Creates a new instance implementing this interface by using the default implementation.AnnotationUsageAnnotationUsage. put(String key, Value<?> val)Use the specified key-value pair when referencing the annotation.default AnnotationUsageAnnotationUsage. put(String key, Number numberValue)Use the specified key-value pair when referencing the annotation.default AnnotationUsageAnnotationUsage. put(String key, String textValue)Use the specified key-value pair when referencing the annotation. -
Uses of AnnotationUsage in com.speedment.common.codegen.model.trait
Methods in com.speedment.common.codegen.model.trait that return types with arguments of type AnnotationUsage Modifier and Type Method Description List<AnnotationUsage>HasAnnotationUsage. getAnnotations()Returns a list of all the annotation usages in this model.Methods in com.speedment.common.codegen.model.trait with parameters of type AnnotationUsage Modifier and Type Method Description default THasAnnotationUsage. add(AnnotationUsage annotation)Adds the specifiedAnnotationUsageto this model.default THasAnnotationUsage. annotate(AnnotationUsage annotation)Adds the specifiedAnnotationUsageto this model.
-