Class ListReflectionTranscoder

    • Constructor Detail

      • ListReflectionTranscoder

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

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