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

    • fromString

      T fromString​(java.lang.String string)