TypedValidator<Node>
, Validator
, BiConsumer<N,ProblemReporter>
Java9Validator
public class Java8Validator extends Java7Validator
Modifier and Type | Field | Description |
---|---|---|
protected Validator |
defaultMethodsInInterface |
|
protected Validator |
modifiersWithoutPrivateInterfaceMethods |
modifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods, noAnnotations, noAssertKeyword, noBinaryIntegerLiterals, noEnums, noForEach, noGenerics, noInnerClasses, noLambdas, noModules, noMultiCatch, noReflection, noStaticImports, noStringsInSwitch, noUnderscoresInIntegerLiterals, noVarargs, tryWithoutResources
innerClasses
modifiersWithoutDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods, strictfpNotAllowed
enumNotAllowed, noPrimitiveGenericArguments
tryWithResources
Constructor | Description |
---|---|
Java8Validator() |
andThen
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, add, getValidators, remove, replace
Copyright © 2007–2019. All rights reserved.