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.httpMethods in org.apache.juneau.http that return BasicBooleanPartModifier and TypeMethodDescriptionstatic final BasicBooleanPartHttpParts.booleanPart(String name, Boolean value) Creates a newBasicBooleanPartpart.static final BasicBooleanPartHttpParts.booleanPart(String name, Supplier<Boolean> value) Creates a newBasicBooleanPartpart with a delayed value.
- 
Uses of BasicBooleanPart in org.apache.juneau.http.partMethods in org.apache.juneau.http.part that return BasicBooleanPartModifier and TypeMethodDescriptionstatic BasicBooleanPartStatic creator.static BasicBooleanPartStatic 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.httppartMethods in org.apache.juneau.rest.httppart that return BasicBooleanPartModifier and TypeMethodDescriptionRequestHttpPart.asBooleanPart()Returns the value of this parameter as aBasicBooleanPart.