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