Package com.exasol.adapter.document.edml
Class ToDateMapping.ToDateMappingBuilder<B extends ToDateMapping.ToDateMappingBuilder<B>>
- java.lang.Object
-
- com.exasol.adapter.document.edml.AbstractToColumnMapping.AbstractToColumnMappingBuilder<ToDateMapping,B>
-
- com.exasol.adapter.document.edml.ToDateMapping.ToDateMappingBuilder<B>
-
- Enclosing class:
- ToDateMapping
public abstract static class ToDateMapping.ToDateMappingBuilder<B extends ToDateMapping.ToDateMappingBuilder<B>> extends AbstractToColumnMapping.AbstractToColumnMappingBuilder<ToDateMapping,B>
Builder forToDateMapping.
-
-
Constructor Summary
Constructors Constructor Description ToDateMappingBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract ToDateMappingbuild()Build the product.BnotDateBehavior(ConvertableMappingErrorBehaviour notDateBehavior)Define the behaviour to apply in case a value is not a date.protected abstract Bself()Gets thethispointer of this builder for fluent programming.StringtoString()-
Methods inherited from class com.exasol.adapter.document.edml.AbstractToColumnMapping.AbstractToColumnMappingBuilder
description, destinationName, key, required
-
-
-
-
Method Detail
-
self
protected abstract B self()
Description copied from class:AbstractToColumnMapping.AbstractToColumnMappingBuilderGets thethispointer of this builder for fluent programming.- Specified by:
selfin classAbstractToColumnMapping.AbstractToColumnMappingBuilder<ToDateMapping,B extends ToDateMapping.ToDateMappingBuilder<B>>- Returns:
thispointer
-
build
public abstract ToDateMapping build()
Description copied from class:AbstractToColumnMapping.AbstractToColumnMappingBuilderBuild the product.- Specified by:
buildin classAbstractToColumnMapping.AbstractToColumnMappingBuilder<ToDateMapping,B extends ToDateMapping.ToDateMappingBuilder<B>>- Returns:
- the built product
-
notDateBehavior
public B notDateBehavior(ConvertableMappingErrorBehaviour notDateBehavior)
Define the behaviour to apply in case a value is not a date.- Parameters:
notDateBehavior- behaviour to apply in case a value is not a date- Returns:
this.
-
toString
public String toString()
- Overrides:
toStringin classAbstractToColumnMapping.AbstractToColumnMappingBuilder<ToDateMapping,B extends ToDateMapping.ToDateMappingBuilder<B>>
-
-