QueryTransformer.java 468 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ConsumerType
 *  org.apache.sling.api.resource.Resource
 */
package com.adobe.granite.rest.query;

import aQute.bnd.annotation.ConsumerType;
import com.adobe.granite.rest.RestException;
import org.apache.sling.api.resource.Resource;

@ConsumerType
public interface QueryTransformer {
    public String transform(Resource var1, String var2) throws RestException;
}