public interface CurrencyCodeQueryModel<T> extends QueryModel<T>, EqualityQueryModel<T,String>
| Modifier and Type | Method and Description |
|---|---|
default QueryPredicate<T> |
is(javax.money.CurrencyUnit currencyUnit) |
QueryPredicate<T> |
is(String currencyCode) |
getParent, getPathSegmentQueryPredicate<T> is(String currencyCode)
is in interface EqualityQueryModel<T,String>default QueryPredicate<T> is(javax.money.CurrencyUnit currencyUnit)