Class SetToListConverter

Object
SetToListConverter
All Implemented Interfaces:
Converter<Object,List>, Serializable

public class SetToListConverter extends Object implements Converter<Object,List>
See Also:
  • Constructor Details

    • SetToListConverter

      public SetToListConverter()
  • Method Details

    • convertToModel

      public List convertToModel(Object value, Class<? extends List> targetType, Locale locale) throws Converter.ConversionException
      Specified by:
      convertToModel in interface Converter<Object,List>
      Throws:
      Converter.ConversionException
    • convertToPresentation

      public Object convertToPresentation(List value, Class<? extends Object> targetType, Locale locale) throws Converter.ConversionException
      Specified by:
      convertToPresentation in interface Converter<Object,List>
      Throws:
      Converter.ConversionException
    • getModelType

      public Class<List> getModelType()
      Specified by:
      getModelType in interface Converter<Object,List>
    • getPresentationType

      public Class<Object> getPresentationType()
      Specified by:
      getPresentationType in interface Converter<Object,List>