Interface MethodTarget

    • Method Detail

      • method

        MethodConstraintMappingContext method​(String name,
                                              Class<?>... parameterTypes)
        Selects a method to which the next operations shall apply.

        Until this method is called constraints apply on class level. After calling this method constraints apply to the specified method.

        A given method may only be configured once.

        Parameters:
        name - The method name.
        parameterTypes - The method parameter types.
        Returns:
        A creational context representing the selected method.