sdk-java
Toggle table of contents
2.9.3
java
Target filter
java
Switch theme
Search in API
Skip to content
sdk-java
sdk-api-gen-common
/
dev.restate.sdk.gen.model
/
AnnotationProcessingOptions
Annotation
Processing
Options
open
class
AnnotationProcessingOptions
Members
Constructors
Annotation
Processing
Options
Link copied to clipboard
constructor
(
options
:
Map
<
String
,
String
>
)
Properties
DISABLED_
CLASSES
Link copied to clipboard
val
DISABLED_CLASSES
:
String
=
"dev.restate.codegen.disabledClasses"
DISABLED_
CLIENT_
GENERATION
Link copied to clipboard
val
DISABLED_CLIENT_GENERATION
:
String
=
"dev.restate.codegen.disabledClientGeneration"
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
is
Class
Disabled
Link copied to clipboard
open
fun
isClassDisabled
(
fqcn
:
String
)
:
Boolean
is
Client
Gen
Disabled
Link copied to clipboard
open
fun
isClientGenDisabled
(
fqcn
:
String
)
:
Boolean
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String