Package ch.kk7.confij.binding.values
Interface ValueMapperInstance.NullableValueMapperInstance<T>
- All Superinterfaces:
ValueMapperInstance<T>
- All Known Implementing Classes:
DurationMapper.DurationMapperInstance,EnumMapper.EnumMapperInstance,PeriodMapper.PeriodMapperInstance,SoloConstructorMapper.SoloConstructorMapperInstance,StaticFunctionMapper.StaticFunctionMapperInstance
- Enclosing interface:
- ValueMapperInstance<T>
- 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 static interface ValueMapperInstance.NullableValueMapperInstance<T> extends ValueMapperInstance<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.kk7.confij.binding.values.ValueMapperInstance
ValueMapperInstance.NullableValueMapperInstance<T> -
Method Summary
Modifier and Type Method Description TfromNonNullString(java.lang.String string)default TfromString(java.lang.String string)
-
Method Details
-
fromString
- Specified by:
fromStringin interfaceValueMapperInstance<T>
-
fromNonNullString
-