registerObjectHandler

public void registerObjectHandler(Matcher<Object> matcher, Function<Object, String> handler)(source)

Registers an object handler for the given matcher.

Parameters

matcher

the matcher to register the handler for

handler

the handler to register