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 classPropertyDefinitionImpl -
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. attributeDefinitionFields in org.gcube.informationsystem.types.impl.validator with type parameters of type AttributeDefinition Modifier and Type Field Description protected List<? extends AttributeDefinition>ObjectNodeValidator. attributeDefinitionsMethods in org.gcube.informationsystem.types.impl.validator that return AttributeDefinition Modifier and Type Method Description AttributeDefinitionAttributeValidator. getAttributeDefinition()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)AttributeValidator(AttributeDefinition attributeDefinition, org.gcube.com.fasterxml.jackson.databind.JsonNode value, boolean stopOnError)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)ObjectNodeValidator(org.gcube.com.fasterxml.jackson.databind.node.ObjectNode nodeToValidate, List<? extends AttributeDefinition> attributeDefinitions, Boolean stopOnError) -
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 interfacePropertyDefinition
-