Class ShiftrSpecBuilder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ShiftrSpec createSpec​(java.lang.String keyString, java.lang.Object rawRhs)
      Given a lhs key and rhs spec object, determine, create and return appropriate spec
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShiftrSpecBuilder

        public ShiftrSpecBuilder()
    • Method Detail

      • createSpec

        public ShiftrSpec createSpec​(java.lang.String keyString,
                                     java.lang.Object rawRhs)
        Description copied from class: SpecBuilder
        Given a lhs key and rhs spec object, determine, create and return appropriate spec
        Specified by:
        createSpec in class SpecBuilder<ShiftrSpec>
        Parameters:
        keyString - lhs key
        rawRhs - rhs Spec
        Returns:
        Spec object