Package ch.kk7.confij.binding.values
Class PeriodMapper
java.lang.Object
ch.kk7.confij.binding.values.AbstractClassValueMapper<java.time.Period>
ch.kk7.confij.binding.values.PeriodMapper
- All Implemented Interfaces:
ValueMapperFactory
public class PeriodMapper extends AbstractClassValueMapper<java.time.Period>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPeriodMapper.PeriodMapperInstance -
Constructor Summary
Constructors Constructor Description PeriodMapper() -
Method Summary
Modifier and Type Method Description ValueMapperInstance<java.time.Period>newInstance(BindingType bindingType)Methods inherited from class ch.kk7.confij.binding.values.AbstractClassValueMapper
maybeForTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PeriodMapper
public PeriodMapper()
-
-
Method Details
-
newInstance
- Specified by:
newInstancein classAbstractClassValueMapper<java.time.Period>
-