public class ArrayTypeDeclaration extends TypeDeclaration<ArrayResolvedType>
ArrayTypeDeclarationnode| Constructor and Description |
|---|
ArrayTypeDeclaration(KeyValueNode node,
ArrayResolvedType resolvedType) |
| Modifier and Type | Method and Description |
|---|---|
TypeDeclaration<?> |
items() |
Integer |
maxItems() |
Integer |
minItems() |
Boolean |
uniqueItems() |
defaultValue, getNode, getResolvedType, name, parentTypes, required, rootElementName, schemaContent, toJsonSchema, toXmlSchema, type, validateannotationsequals, hashCodepublic ArrayTypeDeclaration(KeyValueNode node, ArrayResolvedType resolvedType)
public Boolean uniqueItems()
public TypeDeclaration<?> items()
public Integer minItems()
public Integer maxItems()
Copyright © 2017. All rights reserved.