Skip navigation links
C E F G H I J M O T 

C

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

E

equals(p) - Method in class org.valiktor.constraints.CurrencyEquals
Represents a constraint that validate if the currency unit is equal to another value
equals(p) - Method in class org.valiktor.constraints.CurrencyIn
Represents a constraint that validate if the currency unit is equal to one of the values
equals(p) - Method in class org.valiktor.constraints.CurrencyNotEquals
Represents a constraint that validate if the currency unit isn't equal to another value
equals(p) - Method in class org.valiktor.constraints.CurrencyNotIn
Represents a constraint that validate if the currency unit isn't equal to any value

F

format(value, messageBundle) - Method in class org.valiktor.i18n.formatters.MonetaryAmountFormatter
 

G

getCurrencies() - Method in class org.valiktor.constraints.CurrencyIn
specifies the currencies to be compared
getCurrencies() - Method in class org.valiktor.constraints.CurrencyNotIn
specifies the currencies to be compared
getCurrency() - Method in class org.valiktor.constraints.CurrencyEquals
specifies the currency unit to be compared
getCurrency() - Method in class org.valiktor.constraints.CurrencyNotEquals
specifies the currency unit to be compared
getFormatters() - Method in class org.valiktor.i18n.JavaMoneyFormatterSpi
specifies the Set of JavaMoney formatters
getMessageBundle() - Method in class org.valiktor.constraints.CurrencyEquals
 
getMessageBundle() - Method in class org.valiktor.constraints.CurrencyIn
 
getMessageBundle() - Method in class org.valiktor.constraints.CurrencyNotEquals
 
getMessageBundle() - Method in class org.valiktor.constraints.CurrencyNotIn
 

H

hasCurrencyEqualTo($this$hasCurrencyEqualTo, currency) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the currency unit is equal to another value
hasCurrencyIn($this$hasCurrencyIn, currencies) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the currency unit is equal to one of the values
hasCurrencyIn($this$hasCurrencyIn, currencies) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the currency unit is equal to one of the values
hasCurrencyNotEqualTo($this$hasCurrencyNotEqualTo, currency) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the currency unit isn't equal to another value
hasCurrencyNotIn($this$hasCurrencyNotIn, currencies) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the currency unit isn't equal to any value
hasCurrencyNotIn($this$hasCurrencyNotIn, currencies) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the currency unit isn't equal to any value
hasDecimalDigits($this$hasDecimalDigits, min, max) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount decimal digits (after decimal separator) is within the limits (min and max)
hashCode() - Method in class org.valiktor.constraints.CurrencyEquals
Represents a constraint that validate if the currency unit is equal to another value
hashCode() - Method in class org.valiktor.constraints.CurrencyIn
Represents a constraint that validate if the currency unit is equal to one of the values
hashCode() - Method in class org.valiktor.constraints.CurrencyNotEquals
Represents a constraint that validate if the currency unit isn't equal to another value
hashCode() - Method in class org.valiktor.constraints.CurrencyNotIn
Represents a constraint that validate if the currency unit isn't equal to any value
hasIntegerDigits($this$hasIntegerDigits, min, max) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount integer digits (before decimal separator) is within the limits (min and max)

I

INSTANCE - Static variable in class org.valiktor.i18n.formatters.MonetaryAmountFormatter
Represents the formatter for MonetaryAmount values
isBetween($this$isBetween, start, end) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property is between two Number values
isEqualTo($this$isEqualTo, value) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property is equal to another Number value
isGreaterThan($this$isGreaterThan, value) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property is greater than another Number value
isGreaterThanOrEqualTo($this$isGreaterThanOrEqualTo, value) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property is greater than or equal to another Number value
isIn($this$isIn, values) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property is equal to one of the Number values
isIn($this$isIn, values) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property is equal to one of the Number values
isLessThan($this$isLessThan, value) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property is less than another Number value
isLessThanOrEqualTo($this$isLessThanOrEqualTo, value) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property is less than or equal to another Number value
isNegative($this$isNegative) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount property is negative
isNegativeOrZero($this$isNegativeOrZero) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount property isn't positive
isNotBetween($this$isNotBetween, start, end) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property isn't between two Number values
isNotEqualTo($this$isNotEqualTo, value) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property isn't equal to another Number value
isNotIn($this$isNotIn, values) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property isn't equal to any Number value
isNotIn($this$isNotIn, values) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property isn't equal to any Number value
isNotOne($this$isNotOne) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount property is not equal to one
isNotZero($this$isNotZero) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount property is not equal to zero
isOne($this$isOne) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount property is equal to one
isPositive($this$isPositive) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount property is positive
isPositiveOrZero($this$isPositiveOrZero) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount property isn't negative
isZero($this$isZero) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount property is equal to zero

J

JavaMoneyFormatterSpi - Class in org.valiktor.i18n
Represents the implementation for service provider interface for JavaMoney formatters
JavaMoneyFormatterSpi() - Constructor for class org.valiktor.i18n.JavaMoneyFormatterSpi
Represents the implementation for service provider interface for JavaMoney formatters

M

MonetaryAmountFormatter - Class in org.valiktor.i18n.formatters
Represents the formatter for MonetaryAmount values
MonetaryAmountFunctionsKt - Class in org.valiktor.functions
 
MonetaryAmountFunctionsKt() - Constructor for class org.valiktor.functions.MonetaryAmountFunctionsKt
 

O

org.valiktor.constraints - package org.valiktor.constraints
 
org.valiktor.functions - package org.valiktor.functions
 
org.valiktor.i18n - package org.valiktor.i18n
 
org.valiktor.i18n.formatters - package org.valiktor.i18n.formatters
 

T

toString() - Method in class org.valiktor.constraints.CurrencyEquals
Represents a constraint that validate if the currency unit is equal to another value
toString() - Method in class org.valiktor.constraints.CurrencyIn
Represents a constraint that validate if the currency unit is equal to one of the values
toString() - Method in class org.valiktor.constraints.CurrencyNotEquals
Represents a constraint that validate if the currency unit isn't equal to another value
toString() - Method in class org.valiktor.constraints.CurrencyNotIn
Represents a constraint that validate if the currency unit isn't equal to any value
C E F G H I J M O T 
Skip navigation links