Package com.github.erosb.jsonsKema
Class ItemsSchema
-
- All Implemented Interfaces:
public final class ItemsSchema extends Schema
-
-
Field Summary
Fields Modifier and Type Field Description private final SchemaitemsSchemaprivate final IntegerprefixItemCountprivate final SourceLocationlocation
-
Constructor Summary
Constructors Constructor Description ItemsSchema(Schema itemsSchema, Integer prefixItemCount, SourceLocation location)
-
Method Summary
Modifier and Type Method Description final SchemagetItemsSchema()final IntegergetPrefixItemCount()SourceLocationgetLocation()<P extends Any> Paccept(SchemaVisitor<P> visitor)Collection<Schema>subschemas()-
-
Constructor Detail
-
ItemsSchema
ItemsSchema(Schema itemsSchema, Integer prefixItemCount, SourceLocation location)
-
-
Method Detail
-
getItemsSchema
final Schema getItemsSchema()
-
getPrefixItemCount
final Integer getPrefixItemCount()
-
getLocation
SourceLocation getLocation()
-
accept
<P extends Any> P accept(SchemaVisitor<P> visitor)
-
subschemas
Collection<Schema> subschemas()
-
-
-
-