Interface ValueConverter

    • Method Detail

      • isApplicable

        boolean isApplicable​(@NotNull
                             @NotNull ConversionParameters parameters)
        Deduce based on the conversion context whether this converter can handle the attribute value or not.
        Parameters:
        parameters - conversion parameters carrying the context for the value conversion.
        Returns:
        true, if this converter is applicable to the provided conversion parameters and can handle the attribute value conversion; false otherwise.