Interface CatchingConverterInto<I,O>

Type Parameters:
I - the input type
O - the output type
All Superinterfaces:
ConverterInto<I,O>
All Known Subinterfaces:
CatchingResourceConverter
All Known Implementing Classes:
CharResourceConverter, GexfResourceConverter, GraphCommonsResourceConverter, GraphvizResourceConverter, IdempotentCopyingResourceNonConverter, MessageResourceConverter, RdfResourceConverter, RdfResourceIntoProtoThingResourceConverter, TikaResourceIntoRdfResourceConverter, XmlResourceConverter, XmlResourceParser, YamlJsonResourceConverter

public interface CatchingConverterInto<I,O> extends ConverterInto<I,O>
ConverterInto which catches any failures and wraps them into ConversionException.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    convertInto(I from, O into)
    Convert from an I into an O.
    boolean
    convertIntoThrows(I from, O into)
     

    Methods inherited from interface dev.enola.common.convert.ConverterInto

    convertIntoOrThrow