- component1() - Method in class org.valiktor.constraints.CurrencyEquals
-
specifies the currency unit to be compared
- component1() - Method in class org.valiktor.constraints.CurrencyIn
-
specifies the currencies to be compared
- component1() - Method in class org.valiktor.constraints.CurrencyNotEquals
-
specifies the currency unit to be compared
- component1() - Method in class org.valiktor.constraints.CurrencyNotIn
-
specifies the currencies to be compared
- copy(currency) - Method in class org.valiktor.constraints.CurrencyEquals
-
Represents a constraint that validate if the currency unit is equal to another value
- copy(currencies) - Method in class org.valiktor.constraints.CurrencyIn
-
Represents a constraint that validate if the currency unit is equal to one of the values
- copy(currency) - Method in class org.valiktor.constraints.CurrencyNotEquals
-
Represents a constraint that validate if the currency unit isn't equal to another value
- copy(currencies) - Method in class org.valiktor.constraints.CurrencyNotIn
-
Represents a constraint that validate if the currency unit isn't equal to any value
- CurrencyConstraintsKt - Class in org.valiktor.constraints
-
- CurrencyConstraintsKt() - Constructor for class org.valiktor.constraints.CurrencyConstraintsKt
-
- CurrencyEquals - Class in org.valiktor.constraints
-
Represents a constraint that validate if the currency unit is equal to another value
- CurrencyEquals(currency) - Constructor for class org.valiktor.constraints.CurrencyEquals
-
Represents a constraint that validate if the currency unit is equal to another value
- CurrencyIn - Class in org.valiktor.constraints
-
Represents a constraint that validate if the currency unit is equal to one of the values
- CurrencyIn(currencies) - Constructor for class org.valiktor.constraints.CurrencyIn
-
Represents a constraint that validate if the currency unit is equal to one of the values
- CurrencyNotEquals - Class in org.valiktor.constraints
-
Represents a constraint that validate if the currency unit isn't equal to another value
- CurrencyNotEquals(currency) - Constructor for class org.valiktor.constraints.CurrencyNotEquals
-
Represents a constraint that validate if the currency unit isn't equal to another value
- CurrencyNotIn - Class in org.valiktor.constraints
-
Represents a constraint that validate if the currency unit isn't equal to any value
- CurrencyNotIn(currencies) - Constructor for class org.valiktor.constraints.CurrencyNotIn
-
Represents a constraint that validate if the currency unit isn't equal to any value