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

com.fastchar.interfaces.IFastParamConverter Maven / Gradle / Ivy

Go to download

FastChar is Web+ORM Framework in Java Copyright (C) http://www.fastchar.com All rights reserved.

The newest version!
package com.fastchar.interfaces;

import com.fastchar.asm.FastParameter;
import com.fastchar.core.FastAction;

import java.lang.reflect.Type;

public interface IFastParamConverter {

    Object convertValue(FastAction action, FastParameter parameter, int[] marker) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy