org.kohsuke.stapler.export
Class ModelBuilder

java.lang.Object
  extended by org.kohsuke.stapler.export.ModelBuilder

public class ModelBuilder
extends java.lang.Object

Creates and maintains Models, that are used to write out the value representation of exposed beans.

Author:
Kohsuke Kawaguchi

Constructor Summary
ModelBuilder()
           
 
Method Summary
<T> Model<T>
get(java.lang.Class<T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelBuilder

public ModelBuilder()
Method Detail

get

public <T> Model<T> get(java.lang.Class<T> type)


Copyright © 2012. All Rights Reserved.