Interface GenericUnmarshallers

All Superinterfaces:
LowerPriorityGenericUnmarshallers
All Known Implementing Classes:
Unmarshaller$

public interface GenericUnmarshallers extends LowerPriorityGenericUnmarshallers
  • Method Details

    • liftToTargetOptionUnmarshaller

      <A, B> Unmarshaller<A,scala.Option<B>> liftToTargetOptionUnmarshaller(Unmarshaller<A,B> um)
    • targetOptionUnmarshaller

      <A, B> Unmarshaller<A,scala.Option<B>> targetOptionUnmarshaller(Unmarshaller<A,B> um)