F
- The indexed field value type.public interface IndexFieldAccessor<F>
Modifier and Type | Method and Description |
---|---|
void |
write(DocumentElement target,
F value)
Add a new value to the given state for the field targeted by this reference.
|
void write(DocumentElement target, F value)
This method can be called multiple times for the same target, which will result in multiple values being added to the same field.
target
- The parent to which the field value will be added.value
- The value to add to the field.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.