Package com.github.erosb.jsonsKema
Class MaxItemsSchema
-
- All Implemented Interfaces:
public final class MaxItemsSchema extends Schema
-
-
Field Summary
Fields Modifier and Type Field Description private final NumbermaxItemsprivate final SourceLocationlocation
-
Constructor Summary
Constructors Constructor Description MaxItemsSchema(Number maxItems, SourceLocation location)
-
Method Summary
Modifier and Type Method Description final NumbergetMaxItems()SourceLocationgetLocation()<P extends Any> Paccept(SchemaVisitor<P> visitor)-
-
Constructor Detail
-
MaxItemsSchema
MaxItemsSchema(Number maxItems, SourceLocation location)
-
-
Method Detail
-
getMaxItems
final Number getMaxItems()
-
getLocation
SourceLocation getLocation()
-
accept
<P extends Any> P accept(SchemaVisitor<P> visitor)
-
-
-
-