Uses of Class
org.apache.juneau.Value
Packages that use Value
Package
Description
REST Client API
- 
Uses of Value in org.apache.juneauMethods 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.annotationMethods 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.clientMethods in org.apache.juneau.rest.client with parameters of type ValueModifier and TypeMethodDescription<T> RestResponseSame asResponseHeader.as(Class)but sets the value in a mutable for fluent calls.<T> RestResponseSame asResponseHeader.as(Type,Type...)but sets the value in a mutable for fluent calls.<T> RestResponseSame 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.