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