All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.backendless.core.responder.policy.IAdaptingPolicy Maven / Gradle / Ivy

The newest version!
package com.backendless.core.responder.policy;

import weborb.client.IResponder;
import weborb.exceptions.AdaptingException;
import weborb.types.IAdaptingType;

public interface IAdaptingPolicy
{
  Object adapt( Class clazz, IAdaptingType entity, IResponder nextResponder ) throws AdaptingException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy