Class SetReflectionTranscoder

    • Constructor Detail

      • SetReflectionTranscoder

        public SetReflectionTranscoder​(Class<?> c,
                                       SingleValueReflectionTranscoder<?> transcoder)
        Creates a new set reflection transcoder.
        Parameters:
        c - class that is a set
        transcoder - to operate on elements of the set
      • SetReflectionTranscoder

        public SetReflectionTranscoder​(Class<?> c,
                                       ArrayReflectionTranscoder transcoder)
        Creates a new set reflection transcoder.
        Parameters:
        c - class that is a set
        transcoder - to operate on elements of the set