Uses of Class
org.apache.juneau.rest.httppart.BasicNamedAttribute
Packages that use BasicNamedAttribute
-
Uses of BasicNamedAttribute in org.apache.juneau.rest.httppart
Subclasses of BasicNamedAttribute in org.apache.juneau.rest.httppartModifier and TypeClassDescriptionclass
Represents a single request attribute on an HTTP request.Methods in org.apache.juneau.rest.httppart that return BasicNamedAttributeModifier and TypeMethodDescriptionstatic BasicNamedAttribute
Static creator.static BasicNamedAttribute
Static creator with delayed value.static BasicNamedAttribute
Creates aBasicNamedAttribute
from 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 BasicNamedAttributeModifierConstructorDescriptionprotected
Copy constructor.