Class ExecutableTypes


  • public class ExecutableTypes
    extends Object
    Utility methods relating to ExecutableType.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Set<jakarta.validation.executable.ExecutableType> interpret​(jakarta.validation.executable.ExecutableType... executableTypes)
      Interpret occurrences of ExecutableType.ALL, ExecutableType.IMPLICIT, and ExecutableType.NONE.
      static Set<jakarta.validation.executable.ExecutableType> interpret​(Collection<jakarta.validation.executable.ExecutableType> executableTypes)
      Interpret occurrences of ExecutableType.ALL, ExecutableType.IMPLICIT, and ExecutableType.NONE.
    • Method Detail

      • interpret

        public static Set<jakarta.validation.executable.ExecutableType> interpret​(Collection<jakarta.validation.executable.ExecutableType> executableTypes)
        Interpret occurrences of ExecutableType.ALL, ExecutableType.IMPLICIT, and ExecutableType.NONE.
        Parameters:
        executableTypes -
        Returns:
        (unmodifiable) Set of ExecutableType
      • interpret

        public static Set<jakarta.validation.executable.ExecutableType> interpret​(jakarta.validation.executable.ExecutableType... executableTypes)
        Interpret occurrences of ExecutableType.ALL, ExecutableType.IMPLICIT, and ExecutableType.NONE.
        Parameters:
        executableTypes -
        Returns:
        (unmodifiable) Set of ExecutableType