Interface ConditionalConverter<S,​D>

  • Type Parameters:
    S - source type
    D - destination type
    All Superinterfaces:
    Converter<S,​D>
    All Known Implementing Classes:
    StrongTypeConditionalConverter

    public interface ConditionalConverter<S,​D>
    extends Converter<S,​D>
    Conditionally converts matching source objects to instances of destination type D.