public class ExecutableTypes extends Object
ExecutableType.| Modifier and Type | Method and Description |
|---|---|
static Set<javax.validation.executable.ExecutableType> |
interpret(Collection<javax.validation.executable.ExecutableType> executableTypes)
Interpret occurrences of
ExecutableType.ALL, ExecutableType.IMPLICIT, and
ExecutableType.NONE. |
static Set<javax.validation.executable.ExecutableType> |
interpret(javax.validation.executable.ExecutableType... executableTypes)
Interpret occurrences of
ExecutableType.ALL, ExecutableType.IMPLICIT, and
ExecutableType.NONE. |
public static Set<javax.validation.executable.ExecutableType> interpret(Collection<javax.validation.executable.ExecutableType> executableTypes)
ExecutableType.ALL, ExecutableType.IMPLICIT, and
ExecutableType.NONE.executableTypes - Set of ExecutableTypepublic static Set<javax.validation.executable.ExecutableType> interpret(javax.validation.executable.ExecutableType... executableTypes)
ExecutableType.ALL, ExecutableType.IMPLICIT, and
ExecutableType.NONE.executableTypes - Set of ExecutableTypeCopyright © 2010–2020 The Apache Software Foundation. All rights reserved.