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