public static interface ApplicationX.ConversionService
default boolean
canConvert(Class<?> sourceType, Class<?> targetType)
default <T> T
convert(Object source, Class<T> targetType)
default boolean canConvert(Class<?> sourceType, Class<?> targetType)
default <T> T convert(Object source, Class<T> targetType)
Copyright © 2021. All rights reserved.