public final class BinaryDataStrategy extends Object
JsonbConfig.withBinaryDataStrategy(String).JsonbConfig| Modifier and Type | Field and Description | 
|---|---|
| static String | BASE_64Using this strategy, binary data is encoded using
 the Base64 encoding scheme as specified in RFC 4648 and RFC 2045. | 
| static String | BASE_64_URLUsing this strategy, binary data is encoded using
 the "URL and Filename safe Base64 Alphabet" as specified in Table 2 of RFC 4648. | 
| static String | BYTEUsing this strategy, binary data is encoded as a byte array. | 
public static final String BYTE
public static final String BASE_64
public static final String BASE_64_URL
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.