Interface OrderCodeIdentificationStrategy

All Known Implementing Classes:
DefaultOrderCodeIdentificationStrategy

public interface OrderCodeIdentificationStrategy
Strategy for identifying is given string is GUID.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isID(String potentialId)
     
  • Method Details

    • isID

      boolean isID(String potentialId)