Interface TypeConstraintMappingContext<C>

    • Method Detail

      • ignoreAllAnnotations

        TypeConstraintMappingContext<C> ignoreAllAnnotations()
        Defines that all annotations for this type should be ignored.
        Returns:
        The current creational context following the method chaining pattern.
      • defaultGroupSequence

        TypeConstraintMappingContext<C> defaultGroupSequence​(Class<?>... defaultGroupSequence)
        Defines the default group sequence for current type.
        Parameters:
        defaultGroupSequence - the default group sequence.
        Returns:
        The current creational context following the method chaining pattern.
      • defaultGroupSequenceProviderClass

        TypeConstraintMappingContext<C> defaultGroupSequenceProviderClass​(Class<? extends DefaultGroupSequenceProvider<? super C>> defaultGroupSequenceProviderClass)
        Defines the default group sequence provider for the current type.
        Parameters:
        defaultGroupSequenceProviderClass - The default group sequence provider class.
        Returns:
        The current creational context following the method chaining pattern.