public class Java8Validator extends Java7Validator
| Modifier and Type | Field and Description |
|---|---|
protected Validator |
defaultMethodsInInterface |
protected Validator |
modifiersWithoutPrivateInterfaceMethods |
tryWithResourcesenumNotAllowed, genericsWithoutDiamondOperator, noPrimitiveGenericArgumentsmodifiersWithoutDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods, strictfpNotAllowedinnerClassesmodifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods, noAnnotations, noAssertKeyword, noBinaryIntegerLiterals, noEnums, noForEach, noGenerics, noInnerClasses, noLambdas, noModules, noMultiCatch, noReflection, noStaticImports, noStringsInSwitch, noUnderscoresInIntegerLiterals, noVarargs, tryWithoutResources| Constructor and Description |
|---|
Java8Validator() |
accept, add, getValidators, remove, replace