Package com.codiform.moo.curry

Examples of com.codiform.moo.curry.Update


   *
   * @param source
   *            the source object, from which properties will be read
   */
  public Update update( Object source ) {
    return new Update( translatorFactory, source );
  }
View Full Code Here


   *
   * @param source the source object, from which properties will be read
   * @param destination the destination object, to which properties will be written
   */
  public Update update( Object source ) {
    return new Update(configuration, source);
  }
View Full Code Here

   * Create a curried update from a source object which could then be applied to several destination objects.
   *
   * @param source the source object, from which properties will be read
   */
  public Update update( Object source ) {
    return new Update(configuration, source);
  }
View Full Code Here

TOP

Related Classes of com.codiform.moo.curry.Update

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.