Uses of Class
org.apache.juneau.rest.httppart.BasicNamedAttribute
Packages that use BasicNamedAttribute
- 
Uses of BasicNamedAttribute in org.apache.juneau.rest.httppartSubclasses of BasicNamedAttribute in org.apache.juneau.rest.httppartModifier and TypeClassDescriptionclassRepresents a single request attribute on an HTTP request.Methods in org.apache.juneau.rest.httppart that return BasicNamedAttributeModifier and TypeMethodDescriptionstatic BasicNamedAttributeStatic creator.static BasicNamedAttributeStatic creator with delayed value.static BasicNamedAttributeCreates aBasicNamedAttributefrom a name/value pair string (e.g.Methods in org.apache.juneau.rest.httppart that return types with arguments of type BasicNamedAttributeModifier and TypeMethodDescriptionBasicNamedAttribute.assertName()Provides an object for performing assertions against the name of this pair.BasicNamedAttribute.assertValue()Provides an object for performing assertions against the value of this pair.Constructors in org.apache.juneau.rest.httppart with parameters of type BasicNamedAttributeModifierConstructorDescriptionprotectedCopy constructor.