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>
  • Method Details

    • fromString

      default T fromString​(java.lang.String string)
      Specified by:
      fromString in interface ValueMapperInstance<T>
    • fromNonNullString

      T fromNonNullString​(java.lang.String string)