Package com.github.erosb.jsonsKema
Class PrefixItemsSchema
-
- All Implemented Interfaces:
public final class PrefixItemsSchema extends Schema
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Schema>prefixSchemasprivate final SourceLocationlocation
-
Constructor Summary
Constructors Constructor Description PrefixItemsSchema(List<Schema> prefixSchemas, SourceLocation location)
-
Method Summary
Modifier and Type Method Description final List<Schema>getPrefixSchemas()SourceLocationgetLocation()<P extends Any> Paccept(SchemaVisitor<P> visitor)Collection<Schema>subschemas()-
-
Constructor Detail
-
PrefixItemsSchema
PrefixItemsSchema(List<Schema> prefixSchemas, SourceLocation location)
-
-
Method Detail
-
getPrefixSchemas
final List<Schema> getPrefixSchemas()
-
getLocation
SourceLocation getLocation()
-
accept
<P extends Any> P accept(SchemaVisitor<P> visitor)
-
subschemas
Collection<Schema> subschemas()
-
-
-
-