Modifier and Type | Method and Description |
---|---|
Map<Class<TypeConstraint>,TypeConstraintValidator> |
ConstraintValidatorExtension.getTypeConstraintValidators()
Returns a map with all registered
TypeConstraintValidator . |
Modifier and Type | Method and Description |
---|---|
void |
TypeConstraintValidator.validateTypeConstraint(Instance instance,
TypeConstraint constraint,
InstanceValidationContext context)
Validate
instance against constraint . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFlagValidator.validateTypeConstraint(Instance instance,
TypeConstraint constraint,
InstanceValidationContext context) |
void |
ValidationConstraintValidator.validateTypeConstraint(Instance instance,
TypeConstraint constraint,
InstanceValidationContext context) |
Modifier and Type | Class and Description |
---|---|
class |
DisplayName
Constraint that can provide a custom display name.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFlag
Flags if a type is abstract, disabled by default
|
class |
AugmentedValueFlag
Flags if an augmented value is present for a type, meaning a value that is
not defined through the schema, but associated additionally to an instance.
|
class |
Binding
Specifies a Java binding for a type value, default binding is
Object .The binding is usually only relevant when the HasValueFlag is enabled
for a type. |
class |
ElementType
Specifies a Java binding and optionally a
TypeDefinition for a
elements of a collection. |
class |
Enumeration<T>
Constraint that holds allowed values for a type
|
class |
GeometryType
Specifies the geometry type for properties with a
GeometryProperty
binding. |
class |
HasValueFlag
Flags if a type has a direct value, apart from eventual properties, defined
by the schema.
|
class |
MappableFlag
Flags if a type is mappable, i.e.
|
class |
MappingRelevantFlag
Flags if a type is mapping relevant, i.e.
|
class |
PrimaryKey
Specifies a type's primary key, which may be the target of
Reference
s. |
class |
SkipValidation
Specifies if validation should be skipped for a property value.
|
class |
ValidationConstraint
Constraint holding information about validation rules specified by
XMLSchemaFacets.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends TypeConstraint> |
DefaultTypeDefinition.getInheritedConstraint(Class<T> constraintType) |
Modifier and Type | Class and Description |
---|---|
class |
CachedResolver
Constraint that caches paths found by the
DefinitionResolver . |
Modifier and Type | Class and Description |
---|---|
class |
CSVConfiguration
CSVConfiguration represented as TypeConstraints
|
Modifier and Type | Method and Description |
---|---|
Iterable<TypeConstraint> |
FixedConstraintsGeometryHandler.getTypeConstraints(TypeDefinition type) |
Iterable<TypeConstraint> |
GeometryHandler.getTypeConstraints(TypeDefinition type)
Get the type constraints to associated with a geometry type definition.
This method should at least return the Binding and
GeometryType constraints. |
Iterable<TypeConstraint> |
Geometries.getTypeConstraints(TypeDefinition type) |
protected abstract Collection<? extends TypeConstraint> |
FixedConstraintsGeometryHandler.initConstraints()
Create the associated type constraints.
|
Modifier and Type | Class and Description |
---|---|
class |
GeometryFactory
Constraint associating a geometry handler with a type.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<? extends TypeConstraint> |
PolygonHandler.initConstraints() |
protected Collection<? extends TypeConstraint> |
EnvelopeHandler.initConstraints() |
protected Collection<? extends TypeConstraint> |
GenericGeometryHandler.initConstraints() |
protected Collection<? extends TypeConstraint> |
PointHandler.initConstraints() |
protected Collection<? extends TypeConstraint> |
LinearRingHandler.initConstraints() |
protected Collection<? extends TypeConstraint> |
LineStringHandler.initConstraints() |
Modifier and Type | Class and Description |
---|---|
class |
SQLType
Constraint for the SQL type.
|
Modifier and Type | Class and Description |
---|---|
class |
GeometryAdvisorConstraint
Type constraint that stores the associated
GeometryAdvisor . |
Modifier and Type | Class and Description |
---|---|
class |
GeometryMetadata
A constraint for the metadata geometry
|
Modifier and Type | Class and Description |
---|---|
class |
RestrictionFlag
Flags if a type's super type relation is a restriction, disabled by default
|
class |
XmlElements
Constraint that states the
XmlElement s associated with a type
definition, by default no elements are contained. |
class |
XmlMixedFlag
Flags if a type is a mixed XML type and therefore can contain text, elements
and attributes, disabled by default.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementName
Custom display name based on XML elements
|
class |
MappableUsingXsiType
Mappable constraint that determines if a type is mappable using xsi:type.
|
class |
SkipGeometryValidation
Controls validation being skipped for geometry properties with an augmented
value set.
|
class |
UnionBinding
Binding constraint for type unions
|
class |
UnionEnumeration
Enumeration constraint for type unions
|
class |
UnionValidationConstraint
Validation constraint for type unions.
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a