Class SubstitutionMap

java.lang.Object
com.regnosys.rosetta.common.serialisation.xml.SubstitutionMap

public class SubstitutionMap extends Object
An map defining the relation between types and their substituted name. This is a representation of all XML substitution groups defined in an XSD schema.
  • Constructor Details

  • Method Details

    • getSubstitutedName

      public String getSubstitutedName(Object object)
    • getTypes

      public Collection<com.fasterxml.jackson.databind.JavaType> getTypes()
    • getName

      public String getName(com.fasterxml.jackson.databind.JavaType type)
    • getNamespace

      public String getNamespace(com.fasterxml.jackson.databind.JavaType type)
    • getTypeByFullyQualifiedName

      public com.fasterxml.jackson.databind.JavaType getTypeByFullyQualifiedName(SubstitutionMap.XMLFullyQualifiedName fullyQualifiedName)
    • getTypesByLocalName

      public Collection<com.fasterxml.jackson.databind.JavaType> getTypesByLocalName(String localName)