public class JWKSetStringConverter extends Object implements javax.persistence.AttributeConverter<com.nimbusds.jose.jwk.JWKSet,String>
Constructor and Description |
---|
JWKSetStringConverter() |
Modifier and Type | Method and Description |
---|---|
String |
convertToDatabaseColumn(com.nimbusds.jose.jwk.JWKSet attribute) |
com.nimbusds.jose.jwk.JWKSet |
convertToEntityAttribute(String dbData) |
public JWKSetStringConverter()
public String convertToDatabaseColumn(com.nimbusds.jose.jwk.JWKSet attribute)
convertToDatabaseColumn
in interface javax.persistence.AttributeConverter<com.nimbusds.jose.jwk.JWKSet,String>
public com.nimbusds.jose.jwk.JWKSet convertToEntityAttribute(String dbData)
convertToEntityAttribute
in interface javax.persistence.AttributeConverter<com.nimbusds.jose.jwk.JWKSet,String>
Copyright © 2018. All rights reserved.