Class ValidationConstants.RegistryValidationConstants

java.lang.Object
com.bluebell.greenhouse.platform.constants.validation.ValidationConstants.RegistryValidationConstants
Enclosing class:
ValidationConstants

public static final class ValidationConstants.RegistryValidationConstants extends Object
Registry validation messages.
Version:
3.0.5
Author:
Stephen Prizio
  • Field Details

    • CATEGORY_CANNOT_BE_NULL

      public static final String CATEGORY_CANNOT_BE_NULL
      Validation message used when a registry category is null.
      See Also:
    • INVALID_CATEGORY

      public static final String INVALID_CATEGORY
      Validation message used when a registry category is invalid.
      See Also:
    • OBJECT_MAPPER_CANNOT_BE_NULL

      public static final String OBJECT_MAPPER_CANNOT_BE_NULL
      Validation message used when the shared object mapper dependency is null.
      See Also:
    • SYMBOL_REGISTRY_PATH_CANNOT_BE_NULL

      public static final String SYMBOL_REGISTRY_PATH_CANNOT_BE_NULL
      Validation message used when the symbol registry path dependency is null.
      See Also:
    • EXCHANGE_REGISTRY_PATH_CANNOT_BE_NULL

      public static final String EXCHANGE_REGISTRY_PATH_CANNOT_BE_NULL
      Validation message used when the exchange registry path dependency is null.
      See Also:
    • SYMBOL_REGISTRY_ENTRIES_CANNOT_BE_NULL

      public static final String SYMBOL_REGISTRY_ENTRIES_CANNOT_BE_NULL
      Validation message used when symbol registry entries are null.
      See Also:
    • SYMBOL_REGISTRY_ENTRY_CANNOT_BE_NULL

      public static final String SYMBOL_REGISTRY_ENTRY_CANNOT_BE_NULL
      Validation message used when a symbol registry entry is null.
      See Also:
    • SYMBOL_REGISTRY_ALIAS_CANNOT_BE_NULL

      public static final String SYMBOL_REGISTRY_ALIAS_CANNOT_BE_NULL
      Validation message used when a symbol registry alias is null.
      See Also:
    • EXCHANGE_REGISTRY_ENTRIES_CANNOT_BE_NULL

      public static final String EXCHANGE_REGISTRY_ENTRIES_CANNOT_BE_NULL
      Validation message used when exchange registry entries are null.
      See Also:
    • EXCHANGE_REGISTRY_ENTRY_CANNOT_BE_NULL

      public static final String EXCHANGE_REGISTRY_ENTRY_CANNOT_BE_NULL
      Validation message used when an exchange registry entry is null.
      See Also:
    • EXCHANGE_REGISTRY_MIC_CANNOT_BE_NULL

      public static final String EXCHANGE_REGISTRY_MIC_CANNOT_BE_NULL
      Validation message used when an exchange registry MIC is null or empty.
      See Also:
    • EXCHANGE_REGISTRY_ALIAS_CANNOT_BE_NULL

      public static final String EXCHANGE_REGISTRY_ALIAS_CANNOT_BE_NULL
      Validation message used when an exchange registry alias is null or empty.
      See Also:
    • INVALID_SYMBOL_REGISTRY_CATEGORY_ARRAY

      public static final String INVALID_SYMBOL_REGISTRY_CATEGORY_ARRAY
      Validation message used when a registry category node is missing or not a JSON array.
      See Also:
    • INVALID_EXCHANGE_REGISTRY_ARRAY

      public static final String INVALID_EXCHANGE_REGISTRY_ARRAY
      Validation message used when the exchange registry array is missing or not a JSON array.
      See Also:
    • INVALID_SYMBOL_REGISTRY_OBJECT

      public static final String INVALID_SYMBOL_REGISTRY_OBJECT
      Validation message used when the symbol registry root is not a JSON object.
      See Also:
    • INVALID_EXCHANGE_REGISTRY_OBJECT

      public static final String INVALID_EXCHANGE_REGISTRY_OBJECT
      Validation message used when the exchange registry root is not a JSON object.
      See Also:
    • FAILED_TO_READ_SYMBOL_REGISTRY

      public static final String FAILED_TO_READ_SYMBOL_REGISTRY
      Validation message used when the symbol registry file cannot be read.
      See Also:
    • FAILED_TO_READ_EXCHANGE_REGISTRY

      public static final String FAILED_TO_READ_EXCHANGE_REGISTRY
      Validation message used when the exchange registry file cannot be read.
      See Also:
    • EXCHANGE_REGISTRY_ENTRY_NOT_FOUND_FOR_MIC

      public static final String EXCHANGE_REGISTRY_ENTRY_NOT_FOUND_FOR_MIC
      Validation message used when an exchange registry entry cannot be found by MIC.
      See Also:
    • MULTIPLE_EXCHANGE_REGISTRY_ENTRIES_FOUND_FOR_MIC

      public static final String MULTIPLE_EXCHANGE_REGISTRY_ENTRIES_FOUND_FOR_MIC
      Validation message used when more than one exchange registry entry matches a MIC.
      See Also:
    • EXCHANGE_REGISTRY_ENTRY_NOT_FOUND_FOR_ALIAS

      public static final String EXCHANGE_REGISTRY_ENTRY_NOT_FOUND_FOR_ALIAS
      Validation message used when an exchange registry entry cannot be found by alias.
      See Also:
    • MULTIPLE_EXCHANGE_REGISTRY_ENTRIES_FOUND_FOR_ALIAS

      public static final String MULTIPLE_EXCHANGE_REGISTRY_ENTRIES_FOUND_FOR_ALIAS
      Validation message used when more than one exchange registry entry matches an alias.
      See Also:
    • FAILED_TO_WRITE_SYMBOL_REGISTRY

      public static final String FAILED_TO_WRITE_SYMBOL_REGISTRY
      Validation message used when the symbol registry file cannot be written.
      See Also:
    • SYMBOL_REGISTRY_ENTRY_NOT_FOUND_FOR_TICKER

      public static final String SYMBOL_REGISTRY_ENTRY_NOT_FOUND_FOR_TICKER
      Validation message used when a symbol registry entry cannot be found by ticker.
      See Also:
    • SYMBOL_REGISTRY_ENTRY_NOT_FOUND_FOR_IDENTITY

      public static final String SYMBOL_REGISTRY_ENTRY_NOT_FOUND_FOR_IDENTITY
      Validation message used when a symbol registry entry cannot be found by identity.
      See Also:
    • SYMBOL_REGISTRY_ENTRY_ALREADY_EXISTS_FOR_TICKER

      public static final String SYMBOL_REGISTRY_ENTRY_ALREADY_EXISTS_FOR_TICKER
      Validation message used when a symbol registry entry already exists for a ticker.
      See Also:
    • MULTIPLE_SYMBOL_REGISTRY_ENTRIES_FOUND_FOR_TICKER

      public static final String MULTIPLE_SYMBOL_REGISTRY_ENTRIES_FOUND_FOR_TICKER
      Validation message used when more than one symbol registry entry matches a ticker.
      See Also:
    • MULTIPLE_SYMBOL_REGISTRY_ENTRIES_FOUND_FOR_IDENTITY

      public static final String MULTIPLE_SYMBOL_REGISTRY_ENTRIES_FOUND_FOR_IDENTITY
      Validation message used when more than one symbol registry entry matches an identity.
      See Also:
    • SYMBOL_REGISTRY_ENTRY_NOT_FOUND_FOR_ID

      public static final String SYMBOL_REGISTRY_ENTRY_NOT_FOUND_FOR_ID
      Validation message used when a symbol registry entry cannot be found by id.
      See Also:
    • SYMBOL_REGISTRY_ENTRY_ALREADY_EXISTS_FOR_ID

      public static final String SYMBOL_REGISTRY_ENTRY_ALREADY_EXISTS_FOR_ID
      Validation message used when a symbol registry entry already exists for an id.
      See Also:
    • SYMBOL_REGISTRY_ALIAS_NOT_FOUND

      public static final String SYMBOL_REGISTRY_ALIAS_NOT_FOUND
      Validation message used when a symbol registry alias cannot be found.
      See Also:
    • SYMBOL_REGISTRY_ALIAS_ALREADY_EXISTS

      public static final String SYMBOL_REGISTRY_ALIAS_ALREADY_EXISTS
      Validation message used when a symbol registry alias already exists.
      See Also:
    • MULTIPLE_SYMBOL_REGISTRY_ENTRIES_FOUND_FOR_ID

      public static final String MULTIPLE_SYMBOL_REGISTRY_ENTRIES_FOUND_FOR_ID
      Validation message used when more than one symbol registry entry matches an id.
      See Also:
    • SYMBOL_REGISTRY_ENTRY_ID_CANNOT_BE_NULL

      public static final String SYMBOL_REGISTRY_ENTRY_ID_CANNOT_BE_NULL
      Validation message used when a symbol registry entry id is null or empty.
      See Also: