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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<ValueMapperInstance<?>>maybeForType(BindingType bindingType)
-
-
-
Method Detail
-
maybeForType
public java.util.Optional<ValueMapperInstance<?>> maybeForType(BindingType bindingType)
- Specified by:
maybeForTypein interfaceValueMapperFactory
-
-