Class SubstitutionMap
java.lang.Object
com.regnosys.rosetta.common.serialisation.xml.SubstitutionMap
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 Summary
ConstructorsConstructorDescriptionSubstitutionMap(Map<com.fasterxml.jackson.databind.JavaType, String> typeToNameMap) -
Method Summary
Modifier and TypeMethodDescriptiongetName(com.fasterxml.jackson.databind.JavaType type) getSubstitutedName(Object object) Collection<com.fasterxml.jackson.databind.JavaType> getTypes()
-
Constructor Details
-
SubstitutionMap
-
-
Method Details
-
getSubstitutedName
-
getTypes
-
getName
-