public interface AnnotatedFields extends Iterable<AnnotatedField>
Modifier and Type | Method and Description |
---|---|
AnnotationGroups |
annotationGroups(String fieldName) |
boolean |
exists(String fieldName)
Does the specified field exist?
|
AnnotatedField |
get(String fieldName)
Get the description of one annotated field
|
Iterator<AnnotatedField> |
iterator()
Iterate over the annotated fields in our index.
|
AnnotatedField |
main()
The main contents field in our index.
|
Stream<AnnotatedField> |
stream()
Stream the annotated fields in our index.
|
forEach, spliterator
AnnotatedField main()
Iterator<AnnotatedField> iterator()
iterator
in interface Iterable<AnnotatedField>
Stream<AnnotatedField> stream()
AnnotatedField get(String fieldName)
fieldName
- name of the fieldboolean exists(String fieldName)
fieldName
- field nameAnnotationGroups annotationGroups(String fieldName)
Copyright © 2020 Instituut voor Nederlandse Taal (INT). All rights reserved.