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
Constructors Constructor Description GatewayToStringStyler(Class instanceClass, Function<Class,String> classNameFormatter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.springframework.core.style.ToStringCreatorfilterToStringCreator(Object obj)voidstyleStart(StringBuilder buffer, Object obj)
-
-
-
Method Detail
-
filterToStringCreator
public static org.springframework.core.style.ToStringCreator filterToStringCreator(Object obj)
-
styleStart
public void styleStart(StringBuilder buffer, Object obj)
- Specified by:
styleStartin interfaceorg.springframework.core.style.ToStringStyler- Overrides:
styleStartin classorg.springframework.core.style.DefaultToStringStyler
-
-