Package ch.kk7.confij.binding.values
Class SeparatedMapper
java.lang.Object
ch.kk7.confij.binding.values.SeparatedMapper
- All Implemented Interfaces:
ValueMapperFactory
public class SeparatedMapper extends java.lang.Object implements ValueMapperFactory
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSeparatedMapper.Separatedstatic classSeparatedMapper.SeparatedMapperInstance<T,C> -
Constructor Summary
Constructors Constructor Description SeparatedMapper() -
Method Summary
Modifier and Type Method Description java.util.Optional<ValueMapperInstance<?>>maybeForType(BindingType bindingType)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SeparatedMapper
public SeparatedMapper()
-
-
Method Details
-
maybeForType
- Specified by:
maybeForTypein interfaceValueMapperFactory
-