Uses of Class
org.apache.juneau.Value
Packages that use Value
Package
Description
REST Client API
-
Uses of Value in org.apache.juneau
Methods in org.apache.juneau that return ValueModifier and TypeMethodDescriptionstatic <T> Value<T>
Value.empty()
Static creator.Value.listener
(ValueListener<T> listener) Adds a listener for this value.<T2> Value<T2>
Applies a mapping function against the contents of this value.static <T> Value<T>
Value.of
(T object) Static creator.Sets the value.Value.setIfEmpty
(T t) Sets the value if it's not already set. -
Uses of Value in org.apache.juneau.http.annotation
Methods in org.apache.juneau.http.annotation that return ValueModifier and TypeMethodDescriptionFinds the default value from the specified list of annotations.Finds the default value from the specified list of annotations.Finds the default value from the specified list of annotations.Finds the default value from the specified list of annotations.Finds the name from the specified lists of annotations.Finds the name from the specified lists of annotations.Finds the name from the specified lists of annotations.Finds the name from the specified list of annotations. -
Uses of Value in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client with parameters of type ValueModifier and TypeMethodDescription<T> RestResponse
Same asResponseHeader.as(Class)
but sets the value in a mutable for fluent calls.<T> RestResponse
Same asResponseHeader.as(Type,Type...)
but sets the value in a mutable for fluent calls.<T> RestResponse
Same asResponseHeader.as(ClassMeta)
but sets the value in a mutable for fluent calls.Same asBasicHeader.asString()
but sets the value in a mutable for fluent calls.