Uses of Class
org.osgi.util.converter.TypeReference
-
Packages that use TypeReference Package Description org.osgi.util.converter Converter Package Version 1.0. -
-
Uses of TypeReference in org.osgi.util.converter
Methods in org.osgi.util.converter with parameters of type TypeReference Modifier and Type Method Description <T> TConverting. to(TypeReference<T> ref)Specify the target object type as aTypeReference.<T> Function<java.lang.Object,T>Functioning. to(TypeReference<T> ref)Specify the target object type as aTypeReference.
-