public abstract static class ArraySchema.Items extends Object
| Constructor and Description |
|---|
ArraySchema.Items() |
| Modifier and Type | Method and Description |
|---|---|
ArraySchema.ArrayItems |
asArrayItems() |
ArraySchema.SingleItems |
asSingleItems() |
boolean |
isArrayItems() |
boolean |
isSingleItems() |
static ArraySchema.Items |
jsonCreator(Map<String,Object> props) |
public boolean isSingleItems()
public boolean isArrayItems()
public ArraySchema.SingleItems asSingleItems()
public ArraySchema.ArrayItems asArrayItems()
public static ArraySchema.Items jsonCreator(Map<String,Object> props)
Copyright © 2014 FasterXML. All Rights Reserved.