Uses of Class
org.apache.juneau.http.part.BasicBooleanPart
Packages that use BasicBooleanPart
Package
Description
HTTP Part Beans
-
Uses of BasicBooleanPart in org.apache.juneau.http
Methods in org.apache.juneau.http that return BasicBooleanPartModifier and TypeMethodDescriptionstatic final BasicBooleanPart
HttpParts.booleanPart
(String name, Boolean value) Creates a newBasicBooleanPart
part.static final BasicBooleanPart
HttpParts.booleanPart
(String name, Supplier<Boolean> value) Creates a newBasicBooleanPart
part with a delayed value. -
Uses of BasicBooleanPart in org.apache.juneau.http.part
Methods in org.apache.juneau.http.part that return BasicBooleanPartModifier and TypeMethodDescriptionstatic BasicBooleanPart
Static creator.static BasicBooleanPart
Static creator with delayed value.Methods in org.apache.juneau.http.part that return types with arguments of type BasicBooleanPartModifier and TypeMethodDescriptionBasicBooleanPart.assertBoolean()
Provides the ability to perform fluent-style assertions on this part. -
Uses of BasicBooleanPart in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return BasicBooleanPartModifier and TypeMethodDescriptionRequestHttpPart.asBooleanPart()
Returns the value of this parameter as aBasicBooleanPart
.