T - The type of the property.@Immutable @ThreadSafe public final class SignerProperty<T> extends Object
HttpSigner.| Modifier and Type | Method and Description |
|---|---|
static <T> SignerProperty<T> |
create(Class<?> namespace,
String name)
Create a property.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public static <T> SignerProperty<T> create(Class<?> namespace, String name)
T - the type of the property.namespace - the class *where* the property is being definedname - the name for the propertyIllegalArgumentException - if a property with this namespace and name already existCopyright © 2023. All rights reserved.