Class ToStringConfiguration
- java.lang.Object
-
- org.eclipse.xtend.lib.annotations.ToStringConfiguration
-
@Beta public class ToStringConfiguration extends java.lang.Object
- Since:
- 2.7
- Noreference:
- This class is not intended to be referenced by clients.
- Noextend:
- This class is not intended to be subclassed by clients.
- Noinstantiate:
- This class is not intended to be instantiated by clients.
-
-
Constructor Summary
Constructors Constructor Description ToStringConfiguration()
ToStringConfiguration(boolean skipNulls, boolean singleLine, boolean hideFieldNames, boolean verbatimValues)
ToStringConfiguration(org.eclipse.xtend.lib.macro.declaration.AnnotationReference annotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isHideFieldNames()
boolean
isSingleLine()
boolean
isSkipNulls()
boolean
isVerbatimValues()
-
-
-
Constructor Detail
-
ToStringConfiguration
public ToStringConfiguration()
-
ToStringConfiguration
public ToStringConfiguration(boolean skipNulls, boolean singleLine, boolean hideFieldNames, boolean verbatimValues)
-
ToStringConfiguration
public ToStringConfiguration(org.eclipse.xtend.lib.macro.declaration.AnnotationReference annotation)
-
-