google-nomulus/java/google/registry/pricing
mcilwain ea24f6ca31 Use string keys for the multimap of pricing engines for TLDs
This is better than the previous way of using the canonical name of the class,
because the previous way did not allow for refactoring, and also required the
PremiumPricingEngine to live in the model package lest there be circular
dependencies, which does not seem ideal.

Note that, for reasons of backwards compatibility with existing persisted data,
the name of the static premium pricing engine has been set to its canonical
class name, but the class can now be refactored going forward so long as this
string remains unchanged, and any new pricing engine implementations can use
whatever string key they want (it doesn't have to be a canonical class name).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=129215185
2016-08-03 11:16:01 -04:00
..
BUILD MOE strip compatible_with 2016-08-02 19:14:28 -04:00
PricingComponent.java Use string keys for the multimap of pricing engines for TLDs 2016-08-03 11:16:01 -04:00
PricingEngineProxy.java Use string keys for the multimap of pricing engines for TLDs 2016-08-03 11:16:01 -04:00
PricingModule.java Use string keys for the multimap of pricing engines for TLDs 2016-08-03 11:16:01 -04:00
TldSpecificLogicProxy.java Prefer Money.zero over Money.of(currency, 0) 2016-08-02 19:17:29 -04:00