org.kohsuke.stapler.export
Class ModelBuilder
java.lang.Object
org.kohsuke.stapler.export.ModelBuilder
public class ModelBuilder
- extends Object
Creates and maintains Model
s, that are used to write out
the value representation of exposed beans
.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelBuilder
public ModelBuilder()
get
public <T> Model<T> get(Class<T> type)
Copyright © 2010. All Rights Reserved.