Class DefaultTypeConverter

    • Constructor Detail

      • DefaultTypeConverter

        public DefaultTypeConverter()
    • Method Detail

      • convertBefore

        protected <T> T convertBefore​(Object target,
                                      Class<T> type)
      • convertAfter

        protected <T> T convertAfter​(Object target,
                                     Class<T> type)
        Subclasses may add additional conversion logic in this method. This is only consulted as a fallback if none of the default conversion strategies did succeed.
        Type Parameters:
        T -
        Parameters:
        target -
        type -
        Returns: