Class ShorthandMapper


  • public class ShorthandMapper
    extends java.lang.Object
    Maps the shorthand to the class names at the beginning of it's initialization. Thus it has to be done once.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.slf4j.Logger LOGGER  
    • Constructor Summary

      Constructors 
      Constructor Description
      ShorthandMapper()  
      ShorthandMapper​(java.lang.String prefix)
      create mapping, but only searches in packages with the prefix
    • Field Detail

      • LOGGER

        public org.slf4j.Logger LOGGER
    • Constructor Detail

      • ShorthandMapper

        public ShorthandMapper()
      • ShorthandMapper

        public ShorthandMapper​(java.lang.String prefix)
        create mapping, but only searches in packages with the prefix
        Parameters:
        prefix - package prefix to check
    • Method Detail

      • getShortMap

        public java.util.Map<java.lang.String,​java.lang.String> getShortMap()