Uses of Class
aQute.lib.converter.TypeReference
-
Packages that use TypeReference Package Description aQute.bnd.http aQute.lib.converter aQute.lib.json -
-
Uses of TypeReference in aQute.bnd.http
Methods in aQute.bnd.http with parameters of type TypeReference Modifier and Type Method Description <X> HttpRequest<X>HttpRequest. get(TypeReference<X> type)Convert the result to a specific type -
Uses of TypeReference in aQute.lib.converter
Methods in aQute.lib.converter with parameters of type TypeReference Modifier and Type Method Description static <T> TConverter. cnv(TypeReference<T> tr, java.lang.Object source)<T> TConverter. convert(TypeReference<T> type, java.lang.Object o) -
Uses of TypeReference in aQute.lib.json
Methods in aQute.lib.json with parameters of type TypeReference Modifier and Type Method Description <T> TDecoder. get(TypeReference<T> ref)
-