Uses of Class
org.kohsuke.stapler.export.Model
Packages that use Model
Package
Description
Mechanism for writing out a graph of model objects in a machine readable format.
-
Uses of Model in org.kohsuke.stapler.export
Fields in org.kohsuke.stapler.export declared as ModelModifier and TypeFieldDescriptionfinal ModelProperty.parentModel to which this property belongs to.Model.superModelModelfor the super class.Methods in org.kohsuke.stapler.export that return ModelModifier and TypeMethodDescription<T> Model<T><T> Model<T><T> Model<T>Instead of throwingNotExportableExceptionthis method will return null This should be used on hot paths where throwing the exception and catching it would incur a performance hitConstructors in org.kohsuke.stapler.export with parameters of type Model