Uses of Interface
liquibase.logging.mdc.CustomMdcObject
Packages that use CustomMdcObject
Package
Description
Liquibase top level namespace package.
- 
Uses of CustomMdcObject in liquibaseMethods in liquibase with parameters of type CustomMdcObjectModifier and TypeMethodDescriptionScope.addMdcValue(String key, CustomMdcObject customMdcObject) Add a key value pair to the MDC using the MDC manager.Scope.addMdcValue(String key, CustomMdcObject customMdcObject, boolean removeWhenScopeExits) Add a key value pair to the MDC using the MDC manager.
- 
Uses of CustomMdcObject in liquibase.logging.mdcMethods in liquibase.logging.mdc with parameters of type CustomMdcObjectModifier and TypeMethodDescriptionMdcManager.put(String key, CustomMdcObject customMdcObject) Puts a context value (thecustomMdcObjectparameter) as identified with thekeyparameter into the MDC.MdcManager.put(String key, CustomMdcObject customMdcObject, boolean removeWhenScopeExits) Puts a context value (thecustomMdcObjectparameter) as identified with thekeyparameter into the MDC.NoOpMdcManager.put(String key, CustomMdcObject customMdcObject) NoOpMdcManager.put(String key, CustomMdcObject customMdcObject, boolean removeWhenScopeExits) Method parameters in liquibase.logging.mdc with type arguments of type CustomMdcObjectModifier and TypeMethodDescriptionMdcManager.put(String key, List<? extends CustomMdcObject> values) Puts a context value (thevaluesparameter) as identified with thekeyparameter into the MDC.NoOpMdcManager.put(String key, List<? extends CustomMdcObject> values) 
- 
Uses of CustomMdcObject in liquibase.logging.mdc.customobjectsClasses in liquibase.logging.mdc.customobjects that implement CustomMdcObjectModifier and TypeClassDescriptionclassclassCustom MDC object to represent the changesets that were deployed during an update event.classclassclassclassclassclassclassThis class is used to represent MDC data related to a sqlFile type change inside a rollback.classclassclassThis class is the representation of the summary available in the update command.class