| Package | Description |
|---|---|
| com.io7m.smfj.validation.api |
Validation API.
|
| com.io7m.smfj.validation.main |
Main validation implementation.
|
| Modifier and Type | Method and Description |
|---|---|
SMFSchemaVersion |
SMFSchemaVersion.Builder.build()
Builds a new
SMFSchemaVersion. |
static SMFSchemaVersion |
SMFSchemaVersion.copyOf(SMFSchemaVersionType instance)
Creates an immutable copy of a
SMFSchemaVersionType value. |
static SMFSchemaVersion |
SMFSchemaVersion.of(int major,
int minor)
Construct a new immutable
SMFSchemaVersion instance. |
SMFSchemaVersion |
SMFSchemaVersion.withMajor(int value)
Copy the current immutable object by setting a value for the
major attribute. |
SMFSchemaVersion |
SMFSchemaVersion.withMinor(int value)
Copy the current immutable object by setting a value for the
minor attribute. |
| Modifier and Type | Method and Description |
|---|---|
javaslang.collection.SortedSet<SMFSchemaVersion> |
SMFSchemaSerializerProviderType.schemaSupportedVersions() |
javaslang.collection.SortedSet<SMFSchemaVersion> |
SMFSchemaParserProviderType.schemaSupportedVersions() |
| Modifier and Type | Method and Description |
|---|---|
SMFSchemaSerializerType |
SMFSchemaSerializerProviderType.schemaSerializerCreate(SMFSchemaVersion version,
Path path,
OutputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
javaslang.collection.SortedSet<SMFSchemaVersion> |
SMFSchemaSerializerProvider.schemaSupportedVersions() |
javaslang.collection.SortedSet<SMFSchemaVersion> |
SMFSchemaParserProvider.schemaSupportedVersions() |
| Modifier and Type | Method and Description |
|---|---|
SMFSchemaSerializerType |
SMFSchemaSerializerProvider.schemaSerializerCreate(SMFSchemaVersion version,
Path path,
OutputStream stream) |
Copyright © 2017 <code@io7m.com> http://io7m.com