Interface CustomFieldDateType

All Superinterfaces:
FieldType

public interface CustomFieldDateType extends FieldType

Field type for Date values.


Example to create an instance using the builder pattern

     CustomFieldDateType customFieldDateType = CustomFieldDateType.builder()
             .build()
 
  • Field Details

  • Method Details

    • of

      static CustomFieldDateType of()
      factory method
      Returns:
      instance of CustomFieldDateType
    • of

      factory method to create a shallow copy CustomFieldDateType
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • deepCopy

      factory method to create a deep copy of CustomFieldDateType
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • builder

      static CustomFieldDateTypeBuilder builder()
      builder factory method for CustomFieldDateType
      Returns:
      builder
    • builder

      create builder for CustomFieldDateType instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withCustomFieldDateType

      default <T> T withCustomFieldDateType(Function<CustomFieldDateType,T> helper)
      accessor map function
      Type Parameters:
      T - mapped type
      Parameters:
      helper - function to map the object
      Returns:
      mapped value
    • typeReference

      static com.fasterxml.jackson.core.type.TypeReference<CustomFieldDateType> typeReference()
      gives a TypeReference for usage with Jackson DataBind
      Returns:
      TypeReference