Uses of Class
javax.money.spi.MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy
-
Packages that use MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy Package Description javax.money.spi SPI interfaces of the Money and Currency API, including bootstrap logic. -
-
Uses of MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy in javax.money.spi
Methods in javax.money.spi that return MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy Modifier and Type Method Description default MonetaryAmountFactoryProviderSpi.QueryInclusionPolicyMonetaryAmountFactoryProviderSpi. getQueryInclusionPolicy()Method that determines if this factory should be considered for general evaluation of matchingMonetaryAmountimplementation types when callingMonetary.getAmountFactory(javax.money.MonetaryAmountFactoryQuery).static MonetaryAmountFactoryProviderSpi.QueryInclusionPolicyMonetaryAmountFactoryProviderSpi.QueryInclusionPolicy. valueOf(java.lang.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.
-