Class SetReflectionTranscoder

All Implemented Interfaces:
ReflectionTranscoder

public class SetReflectionTranscoder extends AbstractCollectionReflectionTranscoder
Reflection transcoder for an object that implements Set.
  • Constructor Details

    • 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
  • Method Details