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_CLASSElementDefinitions.BaseBuilder. json(Class<? extends ELEMENT_DEFS> clazz, byte[]... jsonBytes)CHILD_CLASSElementDefinitions.BaseBuilder. json(Class<? extends ELEMENT_DEFS> clazz, InputStream... inputStreams)CHILD_CLASSElementDefinitions.BaseBuilder. json(Class<? extends ELEMENT_DEFS> clazz, Object... jsonItems)CHILD_CLASSElementDefinitions.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 SchemaExceptionSchemaException. 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 ViewView. fromJson(byte[] jsonBytes)static ViewView. fromJson(InputStream inputStream)static ViewView. fromJson(Path filePath)CHILD_CLASSGlobalViewElementDefinition.BaseBuilder. json(byte[] jsonBytes)CHILD_CLASSNamedView.BaseBuilder. json(byte[]... jsonBytes)CHILD_CLASSNamedView.BaseBuilder. json(InputStream... inputStreams)CHILD_CLASSNamedView.BaseBuilder. json(Path... filePaths)CHILD_CLASSView.BaseBuilder. json(byte[]... jsonBytes)CHILD_CLASSView.BaseBuilder. json(InputStream... inputStreams)CHILD_CLASSView.BaseBuilder. json(Path... filePaths)CHILD_CLASSViewElementDefinition.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 SchemaSchema. fromJson(byte[]... jsonBytes)static SchemaSchema. fromJson(InputStream... inputStreams)static SchemaSchema. fromJson(Path... filePaths)CHILD_CLASSSchema.BaseBuilder. json(byte[]... jsonBytes)CHILD_CLASSSchema.BaseBuilder. json(InputStream... inputStreams)CHILD_CLASSSchema.BaseBuilder. json(Path... filePaths)byte[]Schema. toCompactJson()uk.gov.gchq.koryphe.ValidationResultSchema. 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 classSplitElementGroupDefSchemaExceptionclassVertexSerialiserSchemaExceptionclassVisibilityPropertySchemaException
-