Class DescribableModel<T>

java.lang.Object
org.jenkinsci.plugins.structs.describable.DescribableModel<T>
All Implemented Interfaces:
Serializable

public final class DescribableModel<T> extends Object implements Serializable
Introspects a Describable with DataBoundConstructor and DataBoundSetter.

Provides such operations like

Note that some structures are recursive or mutually recursive. It is up a caller to defend against stack overflows when traversing a model graph, for example by keeping a stack of types which have already been encountered.
Author:
Jesse Glick, Andrew Bayer, Kohsuke Kawaguchi
See Also: