static class PropertyDefinition.Builder extends java.lang.Object
Builder pattern for creating PropertyDefinition instances.
| Constructor and description |
|---|
PropertyDefinition.Builder() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
PropertyDefinition.Builder |
blank(java.lang.Boolean blank) |
|
PropertyDefinition |
build() |
|
PropertyDefinition.Builder |
constraintStyle(ConstraintStyle constraintStyle) |
|
PropertyDefinition.Builder |
maxSize(java.lang.Integer maxSize) |
|
PropertyDefinition.Builder |
minSize(java.lang.Integer minSize) |
|
PropertyDefinition.Builder |
name(java.lang.String name) |
|
PropertyDefinition.Builder |
nullable(java.lang.Boolean nullable) |
|
PropertyDefinition.Builder |
type(java.lang.String type) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |