Package org.jclouds.docker.config.DockerParserModule

Examples of org.jclouds.docker.config.DockerParserModule.ContainerTypeAdapter


   private Gson gson;

   @BeforeMethod
   public void setup() {
      gson = new GsonBuilder()
              .registerTypeAdapter(Container.class, new ContainerTypeAdapter())
              .create();
   }
View Full Code Here

TOP

Related Classes of org.jclouds.docker.config.DockerParserModule.ContainerTypeAdapter

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.