Package com.github.erosb.jsonsKema
Class MinLengthSchema
-
- All Implemented Interfaces:
public final class MinLengthSchema extends Schema
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerminLengthprivate final SourceLocationlocation
-
Constructor Summary
Constructors Constructor Description MinLengthSchema(Integer minLength, SourceLocation location)
-
Method Summary
Modifier and Type Method Description final IntegergetMinLength()SourceLocationgetLocation()<P extends Any> Paccept(SchemaVisitor<P> visitor)-
-
Constructor Detail
-
MinLengthSchema
MinLengthSchema(Integer minLength, SourceLocation location)
-
-
Method Detail
-
getMinLength
final Integer getMinLength()
-
getLocation
SourceLocation getLocation()
-
accept
<P extends Any> P accept(SchemaVisitor<P> visitor)
-
-
-
-