public static final class MethodOverride.BuilderBuilder for MethodOverride.
Constructors
Builder()
public Builder()Methods
build()
public MethodOverride build()Builds the MethodOverride.
| Type | Description |
| MethodOverride |
getOverrideAllMethods()
public boolean getOverrideAllMethods()Returns whether to allow all methods (except GET and POST) to be overridden regardless of whether the transport supports them.
| Type | Description |
| boolean |
setOverrideAllMethods(boolean overrideAllMethods)
public MethodOverride.Builder setOverrideAllMethods(boolean overrideAllMethods)Sets whether to allow all methods (except GET and POST) to be overridden regardless of whether the transport supports them.
Default is false.
| Name | Description |
| overrideAllMethods | boolean |
| Type | Description |
| MethodOverride.Builder |