Interface InternalConverting

All Superinterfaces:
Converting, Specifying<Converting>
All Known Implementing Classes:
ConvertingImpl, CustomConverterImpl.ConvertingWrapper

interface InternalConverting extends Converting
This interface is the same as the Converting interface with the addition that the current converter (which may include custom rules) can be set on it. This allows the converter to be re-entrant and use itself for sub-conversions if applicable.
  • Method Details

    • setConverter

      void setConverter(Converter c)
      Set the current converter.
      Parameters:
      c - The current converter.