Package dev.enola.common.convert
Interface OptionalConverter<I,O>
- Type Parameters:
I- the type of input objects to convert fromO- the type of output objects to convert to, wrapped in an Optional
- All Known Subinterfaces:
IdConverter<I>,IRIConverter<I>,ObjectToValueConverter,OptionalBiConverterIntoAppendable<I>,ResourceIntoProtoThingConverter
- All Known Implementing Classes:
FilteringResourceIntoProtoThingConverter,IdConverterChain,IDIRI.ConverterX,OptionalConverterChain,RdfReaderConverter,RdfResourceIntoProtoThingConverter
Optional
Converter of an object of type I to a new object of type O, or Optional.empty().-
Method Summary