Class LazyString
- java.lang.Object
- 
- net.florianschoppmann.issuetracking.util.LazyString
 
- 
 public final class LazyString extends Object The LazyString class represents strings with lazy evaluation. Such a lazy-evaluation string can contain references to other objects that are evaluated (that is, converted into a string representation) only whentoStringWithContext(LazyContext)is called.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classLazyString.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object otherObject)inthashCode()static LazyStringof(String string)StringtoString()StringtoStringWithContext(LazyContext context)
 
- 
- 
- 
Method Detail- 
ofpublic static LazyString of(String string) 
 - 
toStringWithContextpublic String toStringWithContext(LazyContext context) 
 
- 
 
-