Uses of Class
org.xmlet.xsdparser.core.utils.ConfigEntryData
-
Packages that use ConfigEntryData Package Description org.xmlet.xsdparser.core org.xmlet.xsdparser.core.utils -
-
Uses of ConfigEntryData in org.xmlet.xsdparser.core
Fields in org.xmlet.xsdparser.core with type parameters of type ConfigEntryData Modifier and Type Field Description (package private) static java.util.Map<java.lang.String,ConfigEntryData>XsdParserCore. parseMappersAMapobject that contains a parse function to eachXsdAbstractElementconcrete type supported by this mapper, this way based on the concreteXsdAbstractElementtag the according parse method can be invoked.Methods in org.xmlet.xsdparser.core that return types with arguments of type ConfigEntryData Modifier and Type Method Description static java.util.Map<java.lang.String,ConfigEntryData>XsdParserCore. getParseMappers() -
Uses of ConfigEntryData in org.xmlet.xsdparser.core.utils
Methods in org.xmlet.xsdparser.core.utils that return types with arguments of type ConfigEntryData Modifier and Type Method Description java.util.Map<java.lang.String,ConfigEntryData>DefaultParserConfig. getParseMappers()java.util.Map<java.lang.String,ConfigEntryData>ParserConfig. getParseMappers()
-