Uses of Interface
org.gcube.informationsystem.base.reference.AttributeDefinition
Packages that use AttributeDefinition
Package
Description
-
Uses of AttributeDefinition in org.gcube.informationsystem.types.impl.properties
Classes in org.gcube.informationsystem.types.impl.properties that implement AttributeDefinitionModifier and TypeClassDescriptionfinal classThe default implementation of thePropertyDefinitioninterface. -
Uses of AttributeDefinition in org.gcube.informationsystem.types.impl.validator
Fields in org.gcube.informationsystem.types.impl.validator declared as AttributeDefinitionModifier and TypeFieldDescriptionprotected final AttributeDefinitionAttributeValidator.attributeDefinitionThe definition of the attribute to validate against.Fields in org.gcube.informationsystem.types.impl.validator with type parameters of type AttributeDefinitionModifier and TypeFieldDescriptionprotected final List<? extends AttributeDefinition>ObjectNodeValidator.attributeDefinitionsThe attribute definitions.Methods in org.gcube.informationsystem.types.impl.validator that return AttributeDefinitionModifier and TypeMethodDescriptionAttributeValidator.getAttributeDefinition()Returns the attribute definition.Constructors in org.gcube.informationsystem.types.impl.validator with parameters of type AttributeDefinitionModifierConstructorDescriptionAttributeValidator(AttributeDefinition attributeDefinition, org.gcube.com.fasterxml.jackson.databind.JsonNode value) Constructs a new validator.AttributeValidator(AttributeDefinition attributeDefinition, org.gcube.com.fasterxml.jackson.databind.JsonNode value, boolean stopOnError) Constructs a new validator with the option to stop on the first error.Constructor parameters in org.gcube.informationsystem.types.impl.validator with type arguments of type AttributeDefinitionModifierConstructorDescriptionObjectNodeValidator(org.gcube.com.fasterxml.jackson.databind.node.ObjectNode nodeToValidate, List<? extends AttributeDefinition> attributeDefinitions) Constructs a new validator.ObjectNodeValidator(org.gcube.com.fasterxml.jackson.databind.node.ObjectNode nodeToValidate, List<? extends AttributeDefinition> attributeDefinitions, Boolean stopOnError) Constructs a new validator with the option to stop on the first error. -
Uses of AttributeDefinition in org.gcube.informationsystem.types.reference.properties
Subinterfaces of AttributeDefinition in org.gcube.informationsystem.types.reference.propertiesModifier and TypeInterfaceDescriptioninterfaceDefines a property of an entity or another property, including its constraints and metadata.