Uses of Interface
net.ygbstudio.jbrave.core.domain.SearchHeader
Packages that use SearchHeader
-
Uses of SearchHeader in net.ygbstudio.jbrave.core.builders
Methods in net.ygbstudio.jbrave.core.builders with type parameters of type SearchHeaderModifier and TypeMethodDescriptionprotected final <K extends SearchHeader>
TAdds a header to the list of headers. -
Uses of SearchHeader in net.ygbstudio.jbrave.core.model
Classes in net.ygbstudio.jbrave.core.model that implement SearchHeaderModifier and TypeClassDescriptionenumEnumeration of possible Brave Search API headers.Methods in net.ygbstudio.jbrave.core.model with type parameters of type SearchHeaderModifier and TypeMethodDescriptionstatic <K extends SearchHeader>
Stream<BraveSearchHeader> BraveSearchHeader.fromHeaderMap(@NotNull Map<K, String> headerMap) Returns a stream ofBraveSearchHeaderobjects created from the entries of the given map.