Uses of Annotation Interface
org.apache.juneau.csv.annotation.Csv
Packages that use Csv
-
Uses of Csv in org.apache.juneau.csv.annotation
Fields in org.apache.juneau.csv.annotation declared as CsvMethods in org.apache.juneau.csv.annotation that return CsvModifier and TypeMethodDescriptionCsvAnnotation.Builder.build()
Instantiates a new@Csv
object initialized with this builder.static Csv
CsvAnnotation.copy
(Csv a, VarResolverSession r) Creates a copy of the specified annotation.Methods in org.apache.juneau.csv.annotation with parameters of type CsvModifier and TypeMethodDescriptionstatic Csv
CsvAnnotation.copy
(Csv a, VarResolverSession r) Creates a copy of the specified annotation.Method parameters in org.apache.juneau.csv.annotation with type arguments of type CsvModifier and TypeMethodDescriptionvoid
CsvAnnotation.Apply.apply
(AnnotationInfo<Csv> ai, Context.Builder b)