Uses of Class
org.immutables.value.Value.Style.ValidationMethod
-
Packages that use Value.Style.ValidationMethod Package Description org.immutables.value -
-
Uses of Value.Style.ValidationMethod in org.immutables.value
Methods in org.immutables.value that return Value.Style.ValidationMethod Modifier and Type Method Description Value.Style.ValidationMethodvalidationMethod()Whentrue— disables check that all required attributes have been provided to a builder.static Value.Style.ValidationMethodValue.Style.ValidationMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Value.Style.ValidationMethod[]Value.Style.ValidationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-