Class ListReflectionTranscoder

java.lang.Object
org.ldaptive.beans.reflect.AbstractCollectionReflectionTranscoder
org.ldaptive.beans.reflect.ListReflectionTranscoder
All Implemented Interfaces:
ReflectionTranscoder

public class ListReflectionTranscoder extends AbstractCollectionReflectionTranscoder
Reflection transcoder for an object that implements List.
  • Constructor Details

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