Class CachingDerivedString<T extends CachingDerivedString<T>>

    • Constructor Detail

      • CachingDerivedString

        protected CachingDerivedString()
      • CachingDerivedString

        protected CachingDerivedString​(String str)
    • Method Detail

      • toCanonicalString

        public final String toCanonicalString()
        Description copied from interface: CanonicalValue
        Return the canonical string representation of this value.
        Returns:
        Canonical string
      • computeCanonicalString

        protected abstract String computeCanonicalString()
        Return the canonical string representation of this object's value.
        Returns:
        Canonical string