Uses of Class
org.derive4j.ArgOption
-
Packages that use ArgOption Package Description org.derive4j org.derive4j.processor.api.model -
-
Uses of ArgOption in org.derive4j
Methods in org.derive4j that return ArgOption Modifier and Type Method Description ArgOption[]arguments()static ArgOptionArgOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ArgOption[]ArgOption. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ArgOption in org.derive4j.processor.api.model
Fields in org.derive4j.processor.api.model with type parameters of type ArgOption Modifier and Type Field Description private java.util.Set<ArgOption>DeriveConfigs.Config. argOptionsMethods in org.derive4j.processor.api.model that return types with arguments of type ArgOption Modifier and Type Method Description java.util.Set<ArgOption>DeriveConfig. argOptions()static java.util.Set<ArgOption>DeriveConfigs. getArgOptions(DeriveConfig deriveConfig)Method parameters in org.derive4j.processor.api.model with type arguments of type ArgOption Modifier and Type Method Description static java.util.function.Function<DeriveConfig,DeriveConfig>DeriveConfigs. modArgOptions(java.util.function.Function<java.util.Set<ArgOption>,java.util.Set<ArgOption>> argOptionsMod)static java.util.function.Function<DeriveConfig,DeriveConfig>DeriveConfigs. modArgOptions(java.util.function.Function<java.util.Set<ArgOption>,java.util.Set<ArgOption>> argOptionsMod)static java.util.function.Function<DeriveConfig,DeriveConfig>DeriveConfigs. setArgOptions(java.util.Set<ArgOption> newArgOptions)
-