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