Uses of Class
aQute.lib.converter.TypeReference

Packages that use TypeReference
aQute.lib.converter   
aQute.lib.json   
 

Uses of TypeReference in aQute.lib.converter
 

Methods in aQute.lib.converter with parameters of type TypeReference
static
<T> T
Converter.cnv(TypeReference<T> tr, Object source)
           
<T> T
Converter.convert(TypeReference<T> type, Object o)
           
 

Uses of TypeReference in aQute.lib.json
 

Methods in aQute.lib.json with parameters of type TypeReference
<T> T
Decoder.get(TypeReference<T> ref)
           
 



Copyright © 2014 aQute SARL. All rights reserved.