Package com.linkedin.restli.server.custom.types

Examples of com.linkedin.restli.server.custom.types.CustomLong.toLong()


                                                                  customLongClass
    );

    Assert.assertTrue(convertedCustomLong.getClass().equals(customLongClass));
    CustomLong customLong = (CustomLong) convertedCustomLong;
    Assert.assertTrue(customLong.toLong().equals(new Long(100)));
  }

  @Test
  public void testConvertCustomString()
  {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.