Uses of Class
aQute.lib.converter.TypeReference
-
Packages that use TypeReference Package Description aQute.lib.converter aQute.lib.json -
-
Uses of TypeReference in aQute.lib.converter
Methods in aQute.lib.converter with parameters of type TypeReference Modifier and Type Method Description static <T> T
Converter. cnv(TypeReference<T> tr, java.lang.Object source)
<T> T
Converter. 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> T
Decoder. get(TypeReference<T> ref)
-