Class ConverterConstants

java.lang.Object
com.bluebell.greenhouse.platform.constants.ConverterConstants

public final class ConverterConstants extends Object
Constants shared by DTO converters.
Version:
3.0.4
Author:
Stephen Prizio
  • Field Details

    • CONVERTED_DTO_CANNOT_BE_NULL

      public static final String CONVERTED_DTO_CANNOT_BE_NULL
      Message used when a converter implementation produces no DTO.
      See Also:
    • NULL_SOURCE_RETURNING_EMPTY_DTO

      public static final String NULL_SOURCE_RETURNING_EMPTY_DTO
      Warning emitted when null input is represented by an empty DTO.
      See Also: