Class SimpleVersionedNamespace<V extends Comparable<V>,​N extends org.jboss.staxmapper.Versioned<V,​N>>

    • Constructor Detail

      • SimpleVersionedNamespace

        public SimpleVersionedNamespace​(String uri,
                                        V version)
      • SimpleVersionedNamespace

        public SimpleVersionedNamespace​(String uri,
                                        V version,
                                        Stability stabilty)
    • Method Detail

      • getVersion

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