Object Selector.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Selector tryFrom(String selector) Try from.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • tryFrom

         final Selector tryFrom(String selector)

        Try from.

        The default way to construct a Selector.

        When in string form, selectors look a lot like a URI, with similar semantics:

        • the key_expr before the first ? must be a valid key expression.

        • the parameters after the first ? should be encoded like the query section of a URL:

        Parameters:
        selector - The selector expression as a String.
        Returns:

        An instance Selector.