{- ORMOLU_DISABLE -}
{- HLINT ignore -}
-- THIS IS A GENERATED FILE, DO NOT EDIT

{-# OPTIONS_GHC -Wno-unused-imports #-}
{-# OPTIONS_GHC -Wno-unused-matches #-}
{-# OPTIONS_GHC -Wno-deprecations #-}
module Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingRegistrationOptions where

import Control.DeepSeq
import Data.Hashable
import GHC.Generics
import Language.LSP.Protocol.Utils.Misc
import Prettyprinter
import qualified Data.Aeson as Aeson
import qualified Data.Row.Aeson as Aeson
import qualified Data.Row.Hashable as Hashable
import qualified Language.LSP.Protocol.Internal.Types.DocumentSelector
import qualified Language.LSP.Protocol.Types.Common

{-|
Registration options for a `DocumentRangeFormattingRequest`.
-}
data DocumentRangeFormattingRegistrationOptions = DocumentRangeFormattingRegistrationOptions 
  { {-|
  A document selector to identify the scope of the registration. If set to null
  the document selector provided on the client side will be used.
  -}
  DocumentRangeFormattingRegistrationOptions
-> DocumentSelector |? Null
_documentSelector :: (Language.LSP.Protocol.Internal.Types.DocumentSelector.DocumentSelector Language.LSP.Protocol.Types.Common.|? Language.LSP.Protocol.Types.Common.Null)
  , {-|

  -}
  DocumentRangeFormattingRegistrationOptions -> Maybe Bool
_workDoneProgress :: (Maybe Bool)
  }
  deriving stock (Int -> DocumentRangeFormattingRegistrationOptions -> ShowS
[DocumentRangeFormattingRegistrationOptions] -> ShowS
DocumentRangeFormattingRegistrationOptions -> String
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [DocumentRangeFormattingRegistrationOptions] -> ShowS
$cshowList :: [DocumentRangeFormattingRegistrationOptions] -> ShowS
show :: DocumentRangeFormattingRegistrationOptions -> String
$cshow :: DocumentRangeFormattingRegistrationOptions -> String
showsPrec :: Int -> DocumentRangeFormattingRegistrationOptions -> ShowS
$cshowsPrec :: Int -> DocumentRangeFormattingRegistrationOptions -> ShowS
Show, DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Bool
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Bool
$c/= :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Bool
== :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Bool
$c== :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Bool
Eq, Eq DocumentRangeFormattingRegistrationOptions
DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Bool
DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Ordering
DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions
forall a.
Eq a
-> (a -> a -> Ordering)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> a)
-> (a -> a -> a)
-> Ord a
min :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions
$cmin :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions
max :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions
$cmax :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions
>= :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Bool
$c>= :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Bool
> :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Bool
$c> :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Bool
<= :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Bool
$c<= :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Bool
< :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Bool
$c< :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Bool
compare :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Ordering
$ccompare :: DocumentRangeFormattingRegistrationOptions
-> DocumentRangeFormattingRegistrationOptions -> Ordering
Ord, forall x.
Rep DocumentRangeFormattingRegistrationOptions x
-> DocumentRangeFormattingRegistrationOptions
forall x.
DocumentRangeFormattingRegistrationOptions
-> Rep DocumentRangeFormattingRegistrationOptions x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep DocumentRangeFormattingRegistrationOptions x
-> DocumentRangeFormattingRegistrationOptions
$cfrom :: forall x.
DocumentRangeFormattingRegistrationOptions
-> Rep DocumentRangeFormattingRegistrationOptions x
Generic)
  deriving anyclass (DocumentRangeFormattingRegistrationOptions -> ()
forall a. (a -> ()) -> NFData a
rnf :: DocumentRangeFormattingRegistrationOptions -> ()
$crnf :: DocumentRangeFormattingRegistrationOptions -> ()
NFData, Eq DocumentRangeFormattingRegistrationOptions
Int -> DocumentRangeFormattingRegistrationOptions -> Int
DocumentRangeFormattingRegistrationOptions -> Int
forall a. Eq a -> (Int -> a -> Int) -> (a -> Int) -> Hashable a
hash :: DocumentRangeFormattingRegistrationOptions -> Int
$chash :: DocumentRangeFormattingRegistrationOptions -> Int
hashWithSalt :: Int -> DocumentRangeFormattingRegistrationOptions -> Int
$chashWithSalt :: Int -> DocumentRangeFormattingRegistrationOptions -> Int
Hashable)
  deriving forall ann. [DocumentRangeFormattingRegistrationOptions] -> Doc ann
forall ann. DocumentRangeFormattingRegistrationOptions -> Doc ann
forall a.
(forall ann. a -> Doc ann)
-> (forall ann. [a] -> Doc ann) -> Pretty a
prettyList :: forall ann. [DocumentRangeFormattingRegistrationOptions] -> Doc ann
$cprettyList :: forall ann. [DocumentRangeFormattingRegistrationOptions] -> Doc ann
pretty :: forall ann. DocumentRangeFormattingRegistrationOptions -> Doc ann
$cpretty :: forall ann. DocumentRangeFormattingRegistrationOptions -> Doc ann
Pretty via (ViaJSON DocumentRangeFormattingRegistrationOptions)

instance Aeson.ToJSON DocumentRangeFormattingRegistrationOptions where
  toJSON :: DocumentRangeFormattingRegistrationOptions -> Value
toJSON (DocumentRangeFormattingRegistrationOptions DocumentSelector |? Null
arg0 Maybe Bool
arg1) = [Pair] -> Value
Aeson.object forall a b. (a -> b) -> a -> b
$ forall (t :: * -> *) a. Foldable t => t [a] -> [a]
concat forall a b. (a -> b) -> a -> b
$  [[Key
"documentSelector" forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
Aeson..= DocumentSelector |? Null
arg0]
    ,String
"workDoneProgress" forall kv v. (KeyValue kv, ToJSON v) => String -> Maybe v -> [kv]
Language.LSP.Protocol.Types.Common..=? Maybe Bool
arg1]

instance Aeson.FromJSON DocumentRangeFormattingRegistrationOptions where
  parseJSON :: Value -> Parser DocumentRangeFormattingRegistrationOptions
parseJSON = forall a. String -> (Object -> Parser a) -> Value -> Parser a
Aeson.withObject String
"DocumentRangeFormattingRegistrationOptions" forall a b. (a -> b) -> a -> b
$ \Object
arg -> (DocumentSelector |? Null)
-> Maybe Bool -> DocumentRangeFormattingRegistrationOptions
DocumentRangeFormattingRegistrationOptions forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
<$> Object
arg forall a. FromJSON a => Object -> Key -> Parser a
Aeson..: Key
"documentSelector" forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
<*> Object
arg forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Aeson..:! Key
"workDoneProgress"