Uses of Class
net.ranides.assira.generic.TypeToken

Packages that use TypeToken
net.ranides.assira.generic   
net.ranides.assira.text   
 

Uses of TypeToken in net.ranides.assira.generic
 

Methods in net.ranides.assira.generic with parameters of type TypeToken
 int TypeToken.compareTo(TypeToken<T> object)
          The only reason we define this method (and require implementation of Comparable) is to prevent constructing a reference without type information.
<T> T
AnyFunction.safecall(TypeToken<T> target, Object... args)
          Metoda pomocnicza, upraszcza składnię podczas przekazywania wielu argumentów oraz dokonuje bezpiecznej konwersji na podany typ docelowy.
 

Uses of TypeToken in net.ranides.assira.text
 

Methods in net.ranides.assira.text with parameters of type TypeToken
static
<T> T
LexicalCast.cast(Object value, TypeToken<T> token)
           
static
<T> T
LexicalCast.json2object(String value, TypeToken<T> token)
           
 



Copyright © 2013. All Rights Reserved.