public class IntRangeValidatorBuilder extends AbstractParameterValidatorBuilder
Constructor and Description |
---|
IntRangeValidatorBuilder() |
Modifier and Type | Method and Description |
---|---|
org.jboss.as.controller.operations.validation.ParameterValidator |
build()
Builds the validator.
|
IntRangeValidatorBuilder |
max(int max) |
IntRangeValidatorBuilder |
min(int min) |
allowExpression, allowUndefined, configure, configure
public IntRangeValidatorBuilder min(int min)
public IntRangeValidatorBuilder max(int max)
public org.jboss.as.controller.operations.validation.ParameterValidator build()
ParameterValidatorBuilder
Copyright © 2017 JBoss by Red Hat. All rights reserved.