public abstract class AbstractBoundaryLoggerProperties extends Object
| Constructor and Description |
|---|
AbstractBoundaryLoggerProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getConverterExcludes() |
List<String> |
getConverterIncludes() |
String |
getPointcut() |
boolean |
isLoggeAufruf() |
boolean |
isLoggeDaten() |
boolean |
isLoggeDatenBeiException() |
boolean |
isLoggeDauer() |
boolean |
isLoggeErgebnis() |
void |
setConverterExcludes(List<String> converterExcludes) |
void |
setConverterIncludes(List<String> converterIncludes) |
void |
setLoggeAufruf(boolean loggeAufruf) |
void |
setLoggeDaten(boolean loggeDaten) |
void |
setLoggeDatenBeiException(boolean loggeDatenBeiException) |
void |
setLoggeDauer(boolean loggeDauer) |
void |
setLoggeErgebnis(boolean loggeErgebnis) |
void |
setPointcut(String pointcut) |
public boolean isLoggeDauer()
public void setLoggeDauer(boolean loggeDauer)
public boolean isLoggeAufruf()
public void setLoggeAufruf(boolean loggeAufruf)
public boolean isLoggeErgebnis()
public void setLoggeErgebnis(boolean loggeErgebnis)
public boolean isLoggeDaten()
public void setLoggeDaten(boolean loggeDaten)
public boolean isLoggeDatenBeiException()
public void setLoggeDatenBeiException(boolean loggeDatenBeiException)
public String getPointcut()
public void setPointcut(String pointcut)
Copyright © 2022. All rights reserved.