Class LoggingManagerConfig$$accessor
- java.lang.Object
-
- io.quarkiverse.loggingmanager.deployment.LoggingManagerConfig$$accessor
-
@Generated("Quarkus annotation processor") public final class LoggingManagerConfig$$accessor extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanget_alwaysInclude(Object __instance)static Objectget_basePath(Object __instance)static booleanget_openapiIncluded(Object __instance)static Objectget_openapiTag(Object __instance)static voidset_alwaysInclude(Object __instance, boolean alwaysInclude)static voidset_basePath(Object __instance, Object basePath)static voidset_openapiIncluded(Object __instance, boolean openapiIncluded)static voidset_openapiTag(Object __instance, Object openapiTag)
-
-
-
Method Detail
-
get_openapiIncluded
public static boolean get_openapiIncluded(Object __instance)
-
set_openapiIncluded
public static void set_openapiIncluded(Object __instance, boolean openapiIncluded)
-
get_alwaysInclude
public static boolean get_alwaysInclude(Object __instance)
-
set_alwaysInclude
public static void set_alwaysInclude(Object __instance, boolean alwaysInclude)
-
-