Package ch.kk7.confij.binding.values
Interface ValueMapperInstance<T>
- All Known Subinterfaces:
ValueMapperInstance.NullableValueMapperInstance<T>
- All Known Implementing Classes:
Base64Mapper.Base64MapperInstance,DurationMapper.DurationMapperInstance,EnumMapper.EnumMapperInstance,OptionalMapper.OptionalMapperInstance,PeriodMapper.PeriodMapperInstance,SeparatedMapper.SeparatedMapperInstance,SoloConstructorMapper.SoloConstructorMapperInstance,StaticFunctionMapper.StaticFunctionMapperInstance
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ValueMapperInstance<T>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceValueMapperInstance.NullableValueMapperInstance<T> -
Method Summary
Modifier and Type Method Description TfromString(java.lang.String string)
-
Method Details
-
fromString
-