AnnotationEventFieldMappingBuilder
Constructor
new AnnotationEventFieldMappingBuilder()
Methods
build
Builds the object.
public AnnotationEventFieldMapping build()
regex
Regular expression to apply to the field value.
public AnnotationEventFieldMappingBuilder regex(String regex)
source
Source type for the field value.
public AnnotationEventFieldMappingBuilder source(AnnotationEventFieldSource source)
value
Constant value to use when source is "text".
public AnnotationEventFieldMappingBuilder value(String value)
See also