Uses of Class
org.greenbytes.http.sfv.InnerList
-
-
Uses of InnerList in org.greenbytes.http.sfv
Methods in org.greenbytes.http.sfv that return InnerList Modifier and Type Method Description static InnerListParser. parseInnerList(String input)Implementation of "Parsing an Inner List" (assuming no extra characters left in input string)static InnerListInnerList. valueOf(List<Item<?>> value)Creates anInnerListinstance representing the specifiedList<Item>value.InnerListInnerList. withParams(Parameters params)
-