Top Description Methods
com.fasterxml.jackson.dataformat.avro.annotation

public @Interface AvroNamespace

extends Annotation
Annotations
@Target:TYPE, ANNOTATION_TYPE
@Retention:RUNTIME
Imports
java.lang.annotation.ElementType, .Retention, .RetentionPolicy, .Target

Annotation allows to override default Avro type namespace value. Default value is Java package name.

Method Summary

Modifier and TypeMethod and Description
public String
Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString

Method Detail

valueback to summary
public String value()