Class ExecutableTypes


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

      • interpret

        public static Set<javax.validation.executable.ExecutableType> interpret​(Collection<javax.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<javax.validation.executable.ExecutableType> interpret​(javax.validation.executable.ExecutableType... executableTypes)
        Interpret occurrences of ExecutableType.ALL, ExecutableType.IMPLICIT, and ExecutableType.NONE.
        Parameters:
        executableTypes -
        Returns:
        (unmodifiable) Set of ExecutableType