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

org.jetlinks.rule.engine.api.RuleDataCodecSupplier Maven / Gradle / Ivy

The newest version!
package org.jetlinks.rule.engine.api;

public interface RuleDataCodecSupplier{

    boolean isSupport(Class type);

    RuleDataCodec getCodec();


    default int getOrder(){
        return 0;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy