public final class MonetaryAmountFactoryQuery extends AbstractQuery implements Serializable
MonetaryAmountFactory
, which are determined by the (minimal)
capabilities required by the give use case. By default amount factories can be queried by
MonetaryAmount
implementation type.This class is thread-safe, final and serializable.
KEY_QUERY_PROVIDERS, KEY_QUERY_TARGET_TYPE, KEY_QUERY_TIMESTAMP
KEY_PROVIDER
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxScale()
Get the maximal scale to be supported.
|
Integer |
getPrecision()
Get the maximal precision to be supported.
|
Boolean |
isFixedScale()
Get the fixed scale flag to be supported.
|
MonetaryAmountFactoryQueryBuilder |
toBuilder()
Creates a new builder instances, initialized with the data from this one.
|
getProviderNames, getTargetType
public Integer getMaxScale()
public Integer getPrecision()
public Boolean isFixedScale()
public MonetaryAmountFactoryQueryBuilder toBuilder()
MonetaryAmountFactoryQueryBuilder
instance, never null.Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.