Uses of Interface
org.gcube.informationsystem.base.reference.AttributeDefinition
-
-
Uses of AttributeDefinition in org.gcube.informationsystem.types.impl.properties
Classes in org.gcube.informationsystem.types.impl.properties that implement AttributeDefinition Modifier and Type Class Description classPropertyDefinitionImplThe default implementation of thePropertyDefinitioninterface. -
Uses of AttributeDefinition in org.gcube.informationsystem.types.impl.validator
Fields in org.gcube.informationsystem.types.impl.validator declared as AttributeDefinition Modifier and Type Field Description protected AttributeDefinitionAttributeValidator. attributeDefinitionThe definition of the attribute to validate against.Fields in org.gcube.informationsystem.types.impl.validator with type parameters of type AttributeDefinition Modifier and Type Field Description protected List<? extends AttributeDefinition>ObjectNodeValidator. attributeDefinitionsThe attribute definitions.Methods in org.gcube.informationsystem.types.impl.validator that return AttributeDefinition Modifier and Type Method Description AttributeDefinitionAttributeValidator. getAttributeDefinition()Returns the attribute definition.Constructors in org.gcube.informationsystem.types.impl.validator with parameters of type AttributeDefinition Constructor Description AttributeValidator(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 AttributeDefinition Constructor Description ObjectNodeValidator(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.properties Modifier and Type Interface Description interfacePropertyDefinitionDefines a property of an entity or another property, including its constraints and metadata.
-