
io.github.iac_m.jsonlogger.generated.adapters.JsonLoggerMetadataAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-logger-connector
Show all versions of json-logger-connector
JSON Logger is a custom-made Mule logger component which allows user to efficiently log traceable messages and Mule variables in JSON format.
The newest version!
package io.github.iac_m.jsonlogger.generated.adapters;
import io.github.iac_m.jsonlogger.JsonLogger;
import javax.annotation.Generated;
import org.mule.api.MetadataAware;
/**
* A JsonLoggerMetadataAdapter
is a wrapper around {@link JsonLogger } that adds support for querying metadata about the extension.
*
*/
@SuppressWarnings("all")
@Generated(value = "Mule DevKit Version 3.9.0", date = "2017-05-16T02:13:05+12:00", comments = "Build UNNAMED.2793.f49b6c7")
public class JsonLoggerMetadataAdapter
extends JsonLoggerCapabilitiesAdapter
implements MetadataAware
{
private final static String MODULE_NAME = "JSON Logger";
private final static String MODULE_VERSION = "0.1.5";
private final static String DEVKIT_VERSION = "3.9.0";
private final static String DEVKIT_BUILD = "UNNAMED.2793.f49b6c7";
private final static String MIN_MULE_VERSION = "3.5.0";
public String getModuleName() {
return MODULE_NAME;
}
public String getModuleVersion() {
return MODULE_VERSION;
}
public String getDevkitVersion() {
return DEVKIT_VERSION;
}
public String getDevkitBuild() {
return DEVKIT_BUILD;
}
public String getMinMuleVersion() {
return MIN_MULE_VERSION;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy