Package ch.kk7.confij.binding.values
Class SoloConstructorMapper
java.lang.Object
ch.kk7.confij.binding.values.SoloConstructorMapper
- All Implemented Interfaces:
ValueMapperFactory
public class SoloConstructorMapper extends java.lang.Object implements ValueMapperFactory
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSoloConstructorMapper.SoloConstructorclassSoloConstructorMapper.SoloConstructorMapperInstance<T> -
Constructor Summary
Constructors Constructor Description SoloConstructorMapper() -
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
-
SoloConstructorMapper
public SoloConstructorMapper()
-
-
Method Details
-
maybeForType
- Specified by:
maybeForTypein interfaceValueMapperFactory
-