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