java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.model.processor.ModelHandlerBase
ch.qos.logback.core.model.processor.ImplicitModelHandler
-
Field Summary
FieldsFields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context -
Constructor Summary
ConstructorsConstructorDescriptionImplicitModelHandler(Context context, BeanDescriptionCache beanDescriptionCache) -
Method Summary
Modifier and TypeMethodDescriptionvoiddoComplex(ModelInterpretationContext interpretationContext, ComponentModel componentModel, ImplicitModelDataForComplexProperty actionData) protected Class<? extends ImplicitModel> Subclasses should return the subclass of Model that they expect to handle.voidhandle(ModelInterpretationContext mic, Model model) static ImplicitModelHandlermakeInstance(Context context, ModelInterpretationContext mic) voidpostHandle(ModelInterpretationContext intercon, Model model) Methods inherited from class ch.qos.logback.core.model.processor.ModelHandlerBase
isSupportedModelType, toStringMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Field Details
-
IGNORING_UNKNOWN_PROP
- See Also:
-
-
Constructor Details
-
ImplicitModelHandler
-
-
Method Details
-
getSupportedModelClass
Description copied from class:ModelHandlerBaseSubclasses should return the subclass of Model that they expect to handle. The default implementation assumes that all Model classes are supported. This a very lax assumption which is usually not true.- Overrides:
getSupportedModelClassin classModelHandlerBase- Returns:
- supported model class
- See Also:
-
makeInstance
-
handle
- Specified by:
handlein classModelHandlerBase
-
doComplex
public void doComplex(ModelInterpretationContext interpretationContext, ComponentModel componentModel, ImplicitModelDataForComplexProperty actionData) -
postHandle
- Overrides:
postHandlein classModelHandlerBase
-