moshi-sealed-codegen
Module Contents
alltypes
Module Contents
@IncrementalAnnotationProcessor
(
IncrementalAnnotationProcessorType.AGGREGATING
)
@SupportedOptions
(
["moshi.generated"]
)
@AutoService
(
[Processor]
)
class
MoshiSealedProcessor
:
AbstractProcessor
Module Contents
MoshiSealedProcessor
(
)
fun
getSupportedAnnotationTypes
(
)
:
Set
<
String
>
fun
getSupportedSourceVersion
(
)
:
SourceVersion
fun
init
(
processingEnv
:
ProcessingEnvironment
)
:
Unit
const
val
OPTION_GENERATED
:
String
fun
process
(
annotations
:
Set
<
TypeElement
>
,
roundEnv
:
RoundEnvironment
)
:
Boolean
package
dev.zacsweers.moshisealed.codegen
Module Contents
@IncrementalAnnotationProcessor
(
IncrementalAnnotationProcessorType.AGGREGATING
)
@SupportedOptions
(
["moshi.generated"]
)
@AutoService
(
[Processor]
)
class
MoshiSealedProcessor
:
AbstractProcessor
Module Contents
MoshiSealedProcessor
(
)
fun
getSupportedAnnotationTypes
(
)
:
Set
<
String
>
fun
getSupportedSourceVersion
(
)
:
SourceVersion
fun
init
(
processingEnv
:
ProcessingEnvironment
)
:
Unit
const
val
OPTION_GENERATED
:
String
fun
process
(
annotations
:
Set
<
TypeElement
>
,
roundEnv
:
RoundEnvironment
)
:
Boolean