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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TfromNonNullString(java.lang.String string)default TfromString(java.lang.String string)
-
-
-
Method Detail
-
fromString
default T fromString(java.lang.String string)
- Specified by:
fromStringin interfaceValueMapperInstance<T>
-
fromNonNullString
T fromNonNullString(java.lang.String string)
-
-