Package com.jsoniter

Class ReflectionCollectionDecoder

java.lang.Object
com.jsoniter.ReflectionCollectionDecoder
All Implemented Interfaces:
Decoder

class ReflectionCollectionDecoder extends Object implements Decoder
  • Field Details

    • ctor

      private final Constructor ctor
    • compTypeDecoder

      private final Decoder compTypeDecoder
  • Constructor Details

    • ReflectionCollectionDecoder

      public ReflectionCollectionDecoder(Class clazz, Type[] typeArgs)
  • Method Details