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
 
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
 
equals(p) - Method in class org.valiktor.constraints.CurrencyIn
 
equals(p) - Method in class org.valiktor.constraints.CurrencyNotEquals
 
equals(p) - Method in class org.valiktor.constraints.CurrencyNotIn
 

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($receiver, currency) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the currency unit is equal to another value
hasCurrencyIn($receiver, currencies) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the currency unit is equal to one of the values
hasCurrencyIn($receiver, currencies) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the currency unit is equal to one of the values
hasCurrencyNotEqualTo($receiver, currency) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the currency unit isn't equal to another value
hasCurrencyNotIn($receiver, currencies) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the currency unit isn't equal to any value
hasCurrencyNotIn($receiver, currencies) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the currency unit isn't equal to any value
hasDecimalDigits($receiver, 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
 
hashCode() - Method in class org.valiktor.constraints.CurrencyIn
 
hashCode() - Method in class org.valiktor.constraints.CurrencyNotEquals
 
hashCode() - Method in class org.valiktor.constraints.CurrencyNotIn
 
hasIntegerDigits($receiver, 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($receiver, start, end) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property is between two Number values
isEqualTo($receiver, value) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property is equal to another Number value
isGreaterThan($receiver, value) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property is greater than another Number value
isGreaterThanOrEqualTo($receiver, 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($receiver, values) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property is equal to one of the Number values
isIn($receiver, values) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property is equal to one of the Number values
isLessThan($receiver, value) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property is less than another Number value
isLessThanOrEqualTo($receiver, 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($receiver) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount property is negative
isNegativeOrZero($receiver) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount property isn't positive
isNotBetween($receiver, start, end) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property isn't between two Number values
isNotEqualTo($receiver, value) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property isn't equal to another Number value
isNotIn($receiver, values) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property isn't equal to any Number value
isNotIn($receiver, values) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount number property isn't equal to any Number value
isNotOne($receiver) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount property is not equal to one
isNotZero($receiver) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount property is not equal to zero
isOne($receiver) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount property is equal to one
isPositive($receiver) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount property is positive
isPositiveOrZero($receiver) - Static method in class org.valiktor.functions.MonetaryAmountFunctionsKt
Validates if the MonetaryAmount property isn't negative
isZero($receiver) - 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
 

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
 
toString() - Method in class org.valiktor.constraints.CurrencyIn
 
toString() - Method in class org.valiktor.constraints.CurrencyNotEquals
 
toString() - Method in class org.valiktor.constraints.CurrencyNotIn
 
C E F G H I J M O T 
Skip navigation links