Uses of Class
org.apache.sis.util.UnconvertibleObjectException
-
Packages that use UnconvertibleObjectException Package Description org.apache.sis.util Simple data objects and miscellaneous utilities. -
-
Uses of UnconvertibleObjectException in org.apache.sis.util
Methods in org.apache.sis.util that throw UnconvertibleObjectException Modifier and Type Method Description TObjectConverter. apply(S object)Converts the given object from the source type S to the target type T.static <T> TObjectConverters. convert(Object value, Class<T> target)Converts the given value to the given type.static <S,T>
ObjectConverter<? super S,? extends T>ObjectConverters. find(Class<S> source, Class<T> target)Returns a converter for the specified source and target classes.
-