Interface IntVersionSchema<S extends IntVersionSchema<S>>

    • Method Detail

      • createURN

        static <S extends IntVersionSchema<S>> VersionedNamespace<org.jboss.staxmapper.IntVersion,​S> createURN​(List<String> identifiers,
                                                                                                                     org.jboss.staxmapper.IntVersion version)
        Convenience method that generates a URN for this schema using the specified namespace identifiers and version, formatted as "major.minor".
        Type Parameters:
        S - the schema type
        Parameters:
        identifiers - a list of namespace identifiers
        version - a schema version
        Returns:
        a URN