Package org.apache.bval.jsr.util
Class ExecutableTypes
- java.lang.Object
-
- org.apache.bval.jsr.util.ExecutableTypes
-
public class ExecutableTypes extends Object
Utility methods relating toExecutableType.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<javax.validation.executable.ExecutableType>interpret(Collection<javax.validation.executable.ExecutableType> executableTypes)Interpret occurrences ofExecutableType.ALL,ExecutableType.IMPLICIT, andExecutableType.NONE.static Set<javax.validation.executable.ExecutableType>interpret(javax.validation.executable.ExecutableType... executableTypes)Interpret occurrences ofExecutableType.ALL,ExecutableType.IMPLICIT, andExecutableType.NONE.
-
-
-
Method Detail
-
interpret
public static Set<javax.validation.executable.ExecutableType> interpret(Collection<javax.validation.executable.ExecutableType> executableTypes)
Interpret occurrences ofExecutableType.ALL,ExecutableType.IMPLICIT, andExecutableType.NONE.- Parameters:
executableTypes-- Returns:
- (unmodifiable)
SetofExecutableType
-
interpret
public static Set<javax.validation.executable.ExecutableType> interpret(javax.validation.executable.ExecutableType... executableTypes)
Interpret occurrences ofExecutableType.ALL,ExecutableType.IMPLICIT, andExecutableType.NONE.- Parameters:
executableTypes-- Returns:
- (unmodifiable)
SetofExecutableType
-
-