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