- validate(Object, Errors) - Method in class ratpack.spring.config.RatpackProperties
-
- value(String) - Static method in interface ratpack.consul.RatpackConsulConfig
-
Read the specified key as a ByteSource
using the default Consul agent connection properties.
- value(String, QueryOptions) - Static method in interface ratpack.consul.RatpackConsulConfig
-
Read the specified key as a ByteSource
using the default Consul agent connection properties and the provided QueryOptions
.
- value(String, Action<? super Consul.Builder>) - Static method in interface ratpack.consul.RatpackConsulConfig
-
Read the specified key as a ByteSource
using the specified configuration to connection to Consul.
- value(String, QueryOptions, Action<? super Consul.Builder>) - Static method in interface ratpack.consul.RatpackConsulConfig
-
Read the specified key as a ByteSource
using the specified configuration to connection to Consul and the provided QueryOptions
.
- value(T) - Static method in interface ratpack.exec.Promise
-
Creates a promise for the given item.
- valueOf(String) - Static method in enum ratpack.exec.ExecInterceptor.ExecType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ratpack.exec.ExecInterceptor.ExecType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VARIANT_ALSO_NEGOTIATES - Static variable in interface ratpack.http.Status
-
The 506 status code.