Package org.joda.convert

Examples of org.joda.convert.StringConvert


  // TODO map of MetaProperties to converters for fields that cant rely on the default conversion e.g.
  // dates that are stored with time info and need the times setting to default values
  // ZonedDateTime needs a default zone, based on OpenGammaClock.getTimeZone(), only for certain properties

  private JodaBeanConverters() {
    StringConvert stringConvert = JodaBeanUtils.stringConverter();
    stringConvert.register(ExternalIdBundle.class, new ExternalIdBundleConverter());
    stringConvert.register(Expiry.class, new ExpiryConverter());
    stringConvert.register(Notional.class, new NotionalConverter());
    stringConvert.register(BondFutureDeliverable.class, new BondFutureDeliverableConverter());
    stringConvert.register(CDSIndexTerms.class, new CDSIndexTermsConverter());
  }
View Full Code Here

TOP

Related Classes of org.joda.convert.StringConvert

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.