Interface TypeAdapter

    • Method Detail

      • getAdaptedValue

        Object getAdaptedValue​(OperationContext ctx,
                               Object objectToAdapt)
                        throws TypeAdaptException
        Adapt the given object to an instance of the given target type. The input object cannot be null. Throws an exception if the object cannot be adapted.
        Throws:
        TypeAdaptException - when the object cannot be adapted