public abstract static class AbstractWarningVerificationStrategy.Builder<T extends AbstractWarningVerificationStrategy,B extends AbstractWarningVerificationStrategy.Builder> extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | logWarning | 
| protected boolean | throwException | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract T | create() | 
| B | logWarning() | 
| B | logWarning(boolean logWarning) | 
| B | throwException() | 
| B | throwException(boolean throwException) | 
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.