Package uk.gov.gchq.gaffer.commonutil
Class ToStringBuilder.GafferFullStyle
- java.lang.Object
-
- org.apache.commons.lang3.builder.ToStringStyle
-
- uk.gov.gchq.gaffer.commonutil.ToStringBuilder.GafferFullStyle
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ToStringBuilder.GafferShortStyle
- Enclosing class:
- ToStringBuilder
public static class ToStringBuilder.GafferFullStyle extends org.apache.commons.lang3.builder.ToStringStyle
The defaultToStringStyle
to use in Gaffer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GafferFullStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
append(StringBuffer buffer, String fieldName, Object value, Boolean fullDetail)
-
-
-
Method Detail
-
append
public void append(StringBuffer buffer, String fieldName, Object value, Boolean fullDetail)
- Overrides:
append
in classorg.apache.commons.lang3.builder.ToStringStyle
-
-