Uses of Class
uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
Packages that use TypeDefinition Package Description uk.gov.gchq.gaffer.store.schema Classes describing the Gaffer schema. -
-
Uses of TypeDefinition in uk.gov.gchq.gaffer.store.schema
Methods in uk.gov.gchq.gaffer.store.schema that return TypeDefinition Modifier and Type Method Description TypeDefinitionTypeDefinition.Builder. build()TypeDefinitionSchemaElementDefinition. getPropertyTypeDef(String property)TypeDefinitionSchema. getType(String typeName)Methods in uk.gov.gchq.gaffer.store.schema that return types with arguments of type TypeDefinition Modifier and Type Method Description Iterable<TypeDefinition>SchemaElementDefinition. getPropertyTypeDefs()Map<String,TypeDefinition>Schema. getTypes()Methods in uk.gov.gchq.gaffer.store.schema with parameters of type TypeDefinition Modifier and Type Method Description voidTypeDefinition. merge(TypeDefinition type)CHILD_CLASSSchema.BaseBuilder. type(String typeName, TypeDefinition type)Method parameters in uk.gov.gchq.gaffer.store.schema with type arguments of type TypeDefinition Modifier and Type Method Description CHILD_CLASSSchema.BaseBuilder. types(Map<String,TypeDefinition> types)
-