Interface BodySelectorParser
-
public interface BodySelectorParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdescription()Optional<BodySelector>tryParse(String selector)
-
-
-
Method Detail
-
description
String description()
-
tryParse
Optional<BodySelector> tryParse(String selector) throws IllegalArgumentException
- Throws:
IllegalArgumentException- if the selector matches the parser butBodySelectorcannot be built nonetheless
-
-