Package com.github.phantomthief.util
Class ToStringHelper
- java.lang.Object
-
- com.github.phantomthief.util.ToStringHelper
-
public class ToStringHelper extends Object
- Author:
- w.vela
-
-
Constructor Summary
Constructors Constructor Description ToStringHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TwrapToString(Class<T> interfaceType, T obj, Function<T,String> toStringSupplier)
-