Class ArrayExtensionConverter

java.lang.Object
nablarch.core.beans.converter.ArrayExtensionConverter
All Implemented Interfaces:
ExtensionConverter<Object[]>

public class ArrayExtensionConverter extends Object implements ExtensionConverter<Object[]>
配列に型変換するクラス。
  • Constructor Details

    • ArrayExtensionConverter

      public ArrayExtensionConverter()
  • Method Details

    • convert

      public Object[] convert(Class<? extends Object[]> type, Object src)
      Description copied from interface: ExtensionConverter
      型変換を行う。
      Specified by:
      convert in interface ExtensionConverter<Object[]>
      Parameters:
      type - 変換対象の型
      src - 変換元オブジェクト
      Returns:
      型変換を行った結果のオブジェクト
    • isConvertible

      public boolean isConvertible(Class<?> type)
      Description copied from interface: ExtensionConverter
      このコンバータで値変換できるか否か。
      Specified by:
      isConvertible in interface ExtensionConverter<Object[]>
      Parameters:
      type - 変換対象の型
      Returns:
      値変換出来る場合はtrue