public class ObjectFieldImpl extends DataElementImpl implements ObjectField
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectFieldImpl() |
|
ObjectFieldImpl(Object jsNode,
JavaNodeFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
DataElement |
additionalProperties() |
pointer |
discriminator() |
String |
discriminatorValue() |
Double |
maxProperties() |
Double |
minProperties() |
List<DataElement> |
patternProperties() |
List<DataElement> |
properties() |
annotations, default_, description, displayName, example, examples, facets, location, locationKind, name, repeat, required, schema, type, usage, xmlgetAttribute, getAttributes, getElement, getElements, getErrors, toJSON, toJSONclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitannotations, default_, description, displayName, example, examples, facets, location, locationKind, name, repeat, required, schema, type, usage, xmlgetErrorspublic ObjectFieldImpl(Object jsNode, JavaNodeFactory factory)
protected ObjectFieldImpl()
public List<DataElement> properties()
properties in interface ObjectFieldpublic Double minProperties()
minProperties in interface ObjectFieldpublic Double maxProperties()
maxProperties in interface ObjectFieldpublic DataElement additionalProperties()
additionalProperties in interface ObjectFieldpublic List<DataElement> patternProperties()
patternProperties in interface ObjectFieldpublic pointer discriminator()
discriminator in interface ObjectFieldpublic String discriminatorValue()
discriminatorValue in interface ObjectFieldCopyright © 2016 RAML. All rights reserved.