Uses of Class
org.greenbytes.http.sfv.BooleanItem
-
-
Uses of BooleanItem in org.greenbytes.http.sfv
Methods in org.greenbytes.http.sfv that return BooleanItem Modifier and Type Method Description static BooleanItemParser. parseBoolean(String input)Implementation of "Parsing a Boolean" (assuming no extra characters left in input string)static BooleanItemBooleanItem. valueOf(boolean value)Creates aBooleanIteminstance representing the specifiedbooleanvalue.BooleanItemBooleanItem. withParams(Parameters params)
-