Interface VersionedSchema<V extends Comparable<V>,​S extends VersionedSchema<V,​S>>

    • Method Detail

      • getNamespace

        VersionedNamespace<V,​S> getNamespace()
        Returns the versioned namespace of this attribute/element.
        Specified by:
        getNamespace in interface Schema
        Returns:
        the versioned namespace of this attribute/element.
      • getVersion

        default V getVersion()
        Specified by:
        getVersion in interface org.jboss.staxmapper.Versioned<V extends Comparable<V>,​S extends VersionedSchema<V,​S>>