-
- All Implemented Interfaces:
public class Extensions
-
-
Field Summary
Fields Modifier and Type Field Description private SimpleKotlinObjectMappermapperpublic final static ExtensionsINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends Any> List<T>mapTo(List<Convertable> $self)final <T extends Any> Set<T>mapTo(Set<Convertable> $self)final <T extends Any> TmapTo(Convertable $self)final <T extends Any> TmapTo(Optional<Convertable> $self, Supplier<Exception> orElse)final <T extends Any> TmapToNullable(Optional<Convertable> $self)final UnitsetDefaultMapper(SimpleKotlinObjectMapper mapper)final SimpleKotlinObjectMappergetMapper()final UnitsetMapper(SimpleKotlinObjectMapper mapper)-
-
Method Detail
-
mapTo
final <T extends Any> T mapTo(Convertable $self)
-
mapToNullable
final <T extends Any> T mapToNullable(Optional<Convertable> $self)
-
setDefaultMapper
final Unit setDefaultMapper(SimpleKotlinObjectMapper mapper)
-
getMapper
final SimpleKotlinObjectMapper getMapper()
-
setMapper
final Unit setMapper(SimpleKotlinObjectMapper mapper)
-
-
-
-