Class GatewayToStringStyler
java.lang.Object
org.springframework.core.style.DefaultToStringStyler
org.springframework.cloud.gateway.support.GatewayToStringStyler
- All Implemented Interfaces:
org.springframework.core.style.ToStringStyler
public class GatewayToStringStyler
extends org.springframework.core.style.DefaultToStringStyler
-
Constructor Summary
ConstructorsConstructorDescriptionGatewayToStringStyler(Class instanceClass, Function<Class, String> classNameFormatter) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.core.style.ToStringCreatorvoidstyleStart(StringBuilder buffer, Object obj) Methods inherited from class org.springframework.core.style.DefaultToStringStyler
getValueStyler, styleEnd, styleField, styleFieldEnd, styleFieldSeparator, styleFieldStart, styleValue
-
Constructor Details
-
GatewayToStringStyler
-
-
Method Details
-
filterToStringCreator
-
styleStart
- Specified by:
styleStartin interfaceorg.springframework.core.style.ToStringStyler- Overrides:
styleStartin classorg.springframework.core.style.DefaultToStringStyler
-