java icon indicating copy to clipboard operation
java copied to clipboard

ReflectionDecoderFactory isn't public

Open tkram01 opened this issue 6 years ago • 0 comments

The docs indicate you need to call

JsoniterSpi.registerTypeDecoder(TestObject.class, ReflectionDecoderFactory.create(TestObject.class));

to enable reflection for a type but ReflectionDecoderFactory isn't a public class.

tkram01 avatar Aug 30 '19 15:08 tkram01