Class PropertyResolverConverter

    • Method Detail

      • convert

        public <T> T convert​(Object object,
                             Class<T> clz)
        Type Parameters:
        T - target type
        Parameters:
        object -
        clz -
        Returns:
        converted value of the type given, or null if the value cannot be converted to the given type.