Interface PeerSpecificParserConstraint

    • Method Detail

      • getPeerConstraint

        <T extends PeerConstraint> @NonNull Optional<T> getPeerConstraint​(@NonNull Class<T> peerConstraintType)
        Looks-up and optionally returns PeerConstraint service.
        Parameters:
        peerConstraintType - Class type of the service.
        Returns:
        Optional of the required service, absent if the service is not available.