Package org.c3s.data.cast

Examples of org.c3s.data.cast.CastType.cast()


public class CastTest {

  public static void main(String[] args) {
    CastType cast = new StringCast();
    Object result = cast.cast(Time.class, String.class, "sasakslklad  DLKAJSKJASD 8:0:69");
    System.out.println(result.toString());
  }

}
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.