Uses of Class
org.javlo.component.dynamic.Fetcher.FetchField
-
Packages that use Fetcher.FetchField Package Description org.javlo.component.dynamic -
-
Uses of Fetcher.FetchField in org.javlo.component.dynamic
Fields in org.javlo.component.dynamic with type parameters of type Fetcher.FetchField Modifier and Type Field Description protected List<Fetcher.FetchField>
Fetcher. fields
Methods in org.javlo.component.dynamic that return types with arguments of type Fetcher.FetchField Modifier and Type Method Description List<Fetcher.FetchField>
Fetcher. getFields()
Methods in org.javlo.component.dynamic with parameters of type Fetcher.FetchField Modifier and Type Method Description protected abstract String
Fetcher. getValue(I item, Fetcher.FetchField field)
protected String
Fetcher.HtmlFetcher. getValue(org.jsoup.nodes.Element item, Fetcher.FetchField field)
protected String
Fetcher.JsonFetcher. getValue(com.google.gson.JsonElement item, Fetcher.FetchField field)
Method parameters in org.javlo.component.dynamic with type arguments of type Fetcher.FetchField Modifier and Type Method Description void
Fetcher. setFields(List<Fetcher.FetchField> fields)
-