Interface Cascadable<C extends Cascadable<C>>

    • Method Detail

      • valid

        C valid()
        Marks the current element (property, parameter etc.) as cascadable.
        Returns:
        The current creational context following the method chaining pattern.
      • convertGroup

        GroupConversionTargetContext<C> convertGroup​(Class<?> from)
        Adds a group conversion for this cascadable element. Several conversions may be configured for one element.
        Parameters:
        from - the source group of the conversion to be configured
        Returns:
        a creational context allow to set the target group of the conversion