Uses of Class
ch.qos.logback.tyler.base.TylerModelInterpretationContext
Packages that use TylerModelInterpretationContext
-
Uses of TylerModelInterpretationContext in ch.qos.logback.tyler.base.handler
Methods in ch.qos.logback.tyler.base.handler with parameters of type TylerModelInterpretationContextModifier and TypeMethodDescriptionprotected voidElseModelHandler.addJavaStatement(TylerModelInterpretationContext tmic) protected voidIfModelHandler.addJavaStatement(TylerModelInterpretationContext tmic, String conditionStr) Emit the Java "if" control flow for the given condition into the supplied TylerModelInterpretationContext's MethodSpec builder.protected voidTylerIncludeModelHandler.addJavaStatement(TylerModelInterpretationContext tmic, ch.qos.logback.core.model.IncludeModel originalModel) protected voidTylerPropertiesConfiguratorModelHandler.addJavaStatement(TylerModelInterpretationContext tmic, ch.qos.logback.classic.model.PropertiesConfiguratorModel pcModel) protected voidComponentModelHandler.linkMethodSpecWithConfigureMethod(TylerModelInterpretationContext tmic, com.squareup.javapoet.MethodSpec componentMethodSpec)