Interface Mapper

    • Method Detail

      • init

        void init()
        Mapper initialization.
      • getCacheSize

        int getCacheSize()
        Get the CacheSize value.
        Returns:
        the CacheSize value.
      • setCacheSize

        void setCacheSize​(int cacheSize)
        Set the CacheSize value.
        Parameters:
        cacheSize - The new CacheSize value.
      • isUseCache

        boolean isUseCache()
        Get the UseCache value.
        Returns:
        the UseCache value.
      • setUseCache

        void setUseCache​(boolean useCache)
        Set the UseCache value.
        Parameters:
        useCache - The new UseCache value.
      • setDefaultProperty

        void setDefaultProperty​(String defaultProperty)
        Set the DefaultProperty value.
        Parameters:
        defaultProperty - The new DefaultProperty value.
      • getSeparator

        char getSeparator()
        Get the Separator value.
        Returns:
        the Separator value.
      • setSeparator

        void setSeparator​(char separator)
        Set the Separator value.
        Parameters:
        separator - The new Separator value.
      • getDefaultName

        String getDefaultName​(String template)
        Returns the default name for the supplied template name. Must never return null.
        Parameters:
        template - The template name.
        Returns:
        The default name for this template.
      • getMappedName

        String getMappedName​(String template)
        Return the first match name for the given template name. This method might return null if no possible match can be found.
        Parameters:
        template - The template name.
        Returns:
        The first matching class or template name.