Package | Description |
---|---|
org.kohsuke.stapler.export |
Mechanism for writing out a graph of model objects in a machine readable format.
|
Modifier and Type | Field and Description |
---|---|
Model |
Property.parent
Model to which this property belongs to.
|
Model<? super T> |
Model.superModel
Model for the super class. |
Modifier and Type | Method and Description |
---|---|
<T> Model<T> |
ModelBuilder.get(Class<T> type) |
<T> Model<T> |
ModelBuilder.get(Class<T> type,
Class<?> propertyOwner,
String property) |
Constructor and Description |
---|
SchemaGenerator(Model<?> m) |
Copyright © 2014. All rights reserved.