| Constructor and Description |
|---|
DefaultParameter(String id,
String name,
boolean secret,
Class<T> idiomaticType,
Class<? extends Collection<T>> collectionType,
Converter<T,Object> converter) |
| Modifier and Type | Method and Description |
|---|---|
T |
applyFrom(Object o)
Converts the specified canonical (RFC-compliant data type) value to the preferred Java idiomatic type.
|
Object |
applyTo(T t)
Converts the specified (Java idiomatic type) value to the canonical RFC-required data type.
|
T |
cast(Object value) |
boolean |
equals(Object obj) |
String |
getId() |
String |
getName() |
int |
hashCode() |
boolean |
isSecret() |
boolean |
supports(Object value) |
String |
toString() |
public String getId()
getId in interface Identifiablepublic Object applyTo(T t)
ConverterCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.