Class DefaultNameResolver

    • Method Detail

      • getInstance

        public static DefaultNameResolver getInstance()
        Retrieves the singleton instance of this default name resolver.
        Returns:
        The singleton instance of this default name resolver.
      • toString

        public void toString​(java.lang.StringBuilder buffer)
        Appends a string representation of this name resolver to the provided buffer.
        Specified by:
        toString in class NameResolver
        Parameters:
        buffer - A buffer to which the string representation should be appended.