Package com.vercer.engine.persist.translator

Examples of com.vercer.engine.persist.translator.DirectTranslator


  @Test
  public void writeReadSimpleList() throws SecurityException, NoSuchFieldException
  {
    // create dummy translator that always returns a single property containing the instance
    PropertyTranslator chained = new DirectTranslator();

    ListTranslator translator = new ListTranslator(chained);
    Set<Property> encoded = translator.typesafeToProperties(values, Path.EMPTY_PATH, true);

    // should be a single property with a list of values
View Full Code Here

TOP

Related Classes of com.vercer.engine.persist.translator.DirectTranslator

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.