Class ConfigurationBaseTypeConversion
java.lang.Object
com.zachsthings.libcomponents.config.typeconversions.TypeConversion
com.zachsthings.libcomponents.config.typeconversions.ConfigurationBaseTypeConversion
- All Implemented Interfaces:
Comparable<TypeConversion>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Objectprotected intbooleanisApplicable(Class<?> target, Object value)Methods inherited from class com.zachsthings.libcomponents.config.typeconversions.TypeConversion
compareTo, handle
-
Constructor Details
-
ConfigurationBaseTypeConversion
public ConfigurationBaseTypeConversion()
-
-
Method Details
-
cast
- Specified by:
castin classTypeConversion
-
isApplicable
- Specified by:
isApplicablein classTypeConversion
-
getParametersRequired
protected int getParametersRequired()- Specified by:
getParametersRequiredin classTypeConversion
-