Uses of Class
com.soklet.converter.TypeReference
Packages that use TypeReference
Package
Description
Utilities which handle converting objects from one type to another.
-
Uses of TypeReference in com.soklet.converter
Methods in com.soklet.converter with parameters of type TypeReferenceModifier and TypeMethodDescription<F,
T> Optional <ValueConverter<F, T>> ValueConverterRegistry.get
(TypeReference<F> fromTypeReference, TypeReference<T> toTypeReference) Obtains aValueConverter
that matches the 'from' and 'to' type references specified.