Module de.cuioss.java.tools
Package de.cuioss.tools.formatting
Class SimpleFormatter.SimpleFormatterBuilder
java.lang.Object
de.cuioss.tools.formatting.SimpleFormatter.SimpleFormatterBuilder
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SimpleFormatter
Internal Builder representation
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classInternal Builder representation incorporating a strategy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUse SimpleFormatter.ValueHandling.FORMAT_IF_ANY_AVAILABLE as value handling strategyUse SimpleFormatter.ValueHandling.FORMAT_IF_ALL_AVAILABLE as value handling strategy
-
Constructor Details
-
SimpleFormatterBuilder
public SimpleFormatterBuilder()
-
-
Method Details
-
skipResultIfAnyValueIsMissing
Use SimpleFormatter.ValueHandling.FORMAT_IF_ALL_AVAILABLE as value handling strategy- Returns:
- initialized
SimpleFormatter.SimpleFormatterBuilder.BuilderWithStrategywith defined value handling strategy
-
ignoreMissingValues
Use SimpleFormatter.ValueHandling.FORMAT_IF_ANY_AVAILABLE as value handling strategy- Returns:
- initialized
SimpleFormatter.SimpleFormatterBuilder.BuilderWithStrategywith defined value handling strategy
-