@Singleton public class StringArrayToClassArrayConverter extends Object implements TypeConverter<Object[],Class[]>
| Constructor and Description | 
|---|
| StringArrayToClassArrayConverter(ConversionService<?> conversionService) | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<Class[]> | convert(Object[] object,
       Class<Class[]> targetType,
       ConversionContext context)Converts from the given source object type to the target type. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvert, ofpublic StringArrayToClassArrayConverter(ConversionService<?> conversionService)
conversionService - The conversion servicepublic Optional<Class[]> convert(Object[] object, Class<Class[]> targetType, ConversionContext context)
TypeConverterOptional.empty()
 in case the object is not convertible by catching any necessary exceptions and failing gracefully.convert in interface TypeConverter<Object[],Class[]>object - The object typetargetType - The target type being converted tocontext - The ConversionContext