Package | Description |
---|---|
org.jenkinsci.plugins.workflow.structs |
Modifier and Type | Method and Description |
---|---|
DescribableHelper.Schema |
DescribableHelper.HomogeneousObjectType.getSchemaType()
The schema representing a type of nested object.
|
static DescribableHelper.Schema |
DescribableHelper.schemaFor(Class<?> clazz)
Deprecated.
Loads a definition of the structure of a class: what kind of data you might get back from
DescribableHelper.uninstantiate(java.lang.Object) on an instance,
or might want to pass to DescribableHelper.instantiate(java.lang.Class<? extends T>, java.util.Map<java.lang.String, ?>) . |
Modifier and Type | Method and Description |
---|---|
Map<String,DescribableHelper.Schema> |
DescribableHelper.HeterogeneousObjectType.getTypes()
A map from names which could be passed to
DescribableHelper.CLAZZ to types of allowable nested objects. |
Copyright © 2016–2017. All rights reserved.