-
public class NamedValue.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static NamedValue.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final NamedValue
create(List<String> path, Object value, KType type, Object defaultValue, Boolean guessType)
final NamedValue
aggregator(GroupByReceiver<?> builder)
-
-
Method Detail
-
create
final NamedValue create(List<String> path, Object value, KType type, Object defaultValue, Boolean guessType)
-
aggregator
final NamedValue aggregator(GroupByReceiver<?> builder)
-
-
-
-