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> T
Converting. to(TypeReference<T> ref)
Specify the target object type as aTypeReference
.<T> T
ConvertingImpl. to(TypeReference<T> ref)
<T> T
CustomConverterImpl.ConvertingWrapper. to(TypeReference<T> ref)
<T> Function<java.lang.Object,T>
Functioning. to(TypeReference<T> ref)
Specify the target object type as aTypeReference
.<T> Function<java.lang.Object,T>
FunctioningImpl. to(TypeReference<T> ref)
-