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. fieldsMethods 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 StringFetcher. getValue(I item, Fetcher.FetchField field)protected StringFetcher.HtmlFetcher. getValue(org.jsoup.nodes.Element item, Fetcher.FetchField field)protected StringFetcher.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 voidFetcher. setFields(List<Fetcher.FetchField> fields)
-