Uses of Interface
org.greenbytes.http.sfv.Parameterizable
-
-
Uses of Parameterizable in org.greenbytes.http.sfv
Subinterfaces of Parameterizable in org.greenbytes.http.sfv Modifier and Type Interface Description interfaceItem<T>Marker interface for Items.interfaceListElement<T>Marker interface for things that can be elements of Outer Lists.interfaceNumberItem<T>Common interface for allTypes that can carry numbers.Classes in org.greenbytes.http.sfv that implement Parameterizable Modifier and Type Class Description classBooleanItemRepresents a Boolean.classByteSequenceItemRepresents a Byte Sequence.classDateItemRepresents a Date.classDecimalItemRepresents a Decimal.classDisplayStringItemRepresents a Display String.classInnerListRepresents an Inner List.classIntegerItemRepresents an Integer.classStringItemRepresents a String.classTokenItemRepresents a Token.Methods in org.greenbytes.http.sfv that return Parameterizable Modifier and Type Method Description static Parameterizable<?>Parser. parseItemOrInnerList(String input)Implementation of "Parsing an Item Or Inner List" (assuming no extra characters left in input string)Parameterizable<T>Parameterizable. withParams(Parameters params)Given an existingItem, return a new instance with the specifiedParameters.
-