Uses of Class
uk.gov.gchq.gaffer.data.elementdefinition.exception.SchemaException
-
Packages that use SchemaException Package Description uk.gov.gchq.gaffer.data.elementdefinition Classes which describe the definition of elements.uk.gov.gchq.gaffer.data.elementdefinition.exception Exceptions relating to element definitions.uk.gov.gchq.gaffer.data.elementdefinition.view Classes which define the types of Gaffer elements which can be retrieved by operations.uk.gov.gchq.gaffer.store.schema Classes describing the Gaffer schema.uk.gov.gchq.gaffer.store.schema.exception -
-
Uses of SchemaException in uk.gov.gchq.gaffer.data.elementdefinition
Methods in uk.gov.gchq.gaffer.data.elementdefinition that throw SchemaException Modifier and Type Method Description CHILD_CLASS
ElementDefinitions.BaseBuilder. json(Class<? extends ELEMENT_DEFS> clazz, byte[]... jsonBytes)
CHILD_CLASS
ElementDefinitions.BaseBuilder. json(Class<? extends ELEMENT_DEFS> clazz, InputStream... inputStreams)
CHILD_CLASS
ElementDefinitions.BaseBuilder. json(Class<? extends ELEMENT_DEFS> clazz, Object... jsonItems)
CHILD_CLASS
ElementDefinitions.BaseBuilder. json(Class<? extends ELEMENT_DEFS> clazz, Path... filePaths)
byte[]
ElementDefinitions. toJson(boolean prettyPrint, String... fieldsToExclude)
-
Uses of SchemaException in uk.gov.gchq.gaffer.data.elementdefinition.exception
Methods in uk.gov.gchq.gaffer.data.elementdefinition.exception that return SchemaException Modifier and Type Method Description SchemaException
SchemaException. prependToMessage(String prependToMessage)
-
Uses of SchemaException in uk.gov.gchq.gaffer.data.elementdefinition.view
Methods in uk.gov.gchq.gaffer.data.elementdefinition.view that throw SchemaException Modifier and Type Method Description static View
View. fromJson(byte[] jsonBytes)
static View
View. fromJson(InputStream inputStream)
static View
View. fromJson(Path filePath)
CHILD_CLASS
GlobalViewElementDefinition.BaseBuilder. json(byte[] jsonBytes)
CHILD_CLASS
NamedView.BaseBuilder. json(byte[]... jsonBytes)
CHILD_CLASS
NamedView.BaseBuilder. json(InputStream... inputStreams)
CHILD_CLASS
NamedView.BaseBuilder. json(Path... filePaths)
CHILD_CLASS
View.BaseBuilder. json(byte[]... jsonBytes)
CHILD_CLASS
View.BaseBuilder. json(InputStream... inputStreams)
CHILD_CLASS
View.BaseBuilder. json(Path... filePaths)
CHILD_CLASS
ViewElementDefinition.BaseBuilder. json(byte[] jsonBytes)
byte[]
View. toCompactJson()
byte[]
ViewElementDefinition. toCompactJson()
byte[]
ViewElementDefinition. toJson(boolean prettyPrint, String... fieldsToExclude)
-
Uses of SchemaException in uk.gov.gchq.gaffer.store.schema
Methods in uk.gov.gchq.gaffer.store.schema that throw SchemaException Modifier and Type Method Description static Schema
Schema. fromJson(byte[]... jsonBytes)
static Schema
Schema. fromJson(InputStream... inputStreams)
static Schema
Schema. fromJson(Path... filePaths)
CHILD_CLASS
Schema.BaseBuilder. json(byte[]... jsonBytes)
CHILD_CLASS
Schema.BaseBuilder. json(InputStream... inputStreams)
CHILD_CLASS
Schema.BaseBuilder. json(Path... filePaths)
byte[]
Schema. toCompactJson()
uk.gov.gchq.koryphe.ValidationResult
Schema. validate()
Validates the schema to ensure all element definitions are valid. -
Uses of SchemaException in uk.gov.gchq.gaffer.store.schema.exception
Subclasses of SchemaException in uk.gov.gchq.gaffer.store.schema.exception Modifier and Type Class Description class
SplitElementGroupDefSchemaException
class
VertexSerialiserSchemaException
class
VisibilityPropertySchemaException
-