-
public class ViewUtils
-
-
Method Summary
Modifier and Type Method Description final <T extends Any> Map<String, Object>view(T value)final <T extends Any> ConfigurableView<T>configure(KClass<out T> kClass)final <T extends Any> Map<String, Object>configureAndView(T value, Function1<ConfigurableViewNode<T, Void>, Unit> block)final <T extends Any> Map<String, Object>plainView(T value)-
-
Method Detail
-
configureAndView
final <T extends Any> Map<String, Object> configureAndView(T value, Function1<ConfigurableViewNode<T, Void>, Unit> block)
-
-
-
-