Interface SerializableSchema

All Known Subinterfaces:
NativeResourceSchema
All Known Implementing Classes:
BareResourceSchemaImpl, CompleteResourceSchemaImpl, ConnectorSchemaImpl, NativeResourceSchemaImpl, com.evolveum.midpoint.prism.impl.schema.PrismSchemaImpl, ResourceSchemaImpl

public interface SerializableSchema
Any schema that can be serialized into XSD.
  • Method Details

    • getNamespace

      @NotNull @NotNull String getNamespace()
      All top-level definitions (types, items) are in this namespace.
    • getDefinitionsToSerialize

      @NotNull @NotNull Collection<? extends SerializableDefinition> getDefinitionsToSerialize()