Package | Description |
---|---|
javax.money.spi |
SPI interfaces of the Money and Currency API, including bootstrap logic.
|
Modifier and Type | Method and Description |
---|---|
default MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy |
MonetaryAmountFactoryProviderSpi.getQueryInclusionPolicy()
Method that determines if this factory should be considered for general evaluation of
matching
MonetaryAmount implementation types when calling
Monetary.getAmountFactory(javax.money.MonetaryAmountFactoryQuery) . |
static MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy |
MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy[] |
MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.