Annotation Type Decoder.Json
- Enclosing class:
Decoder
@Documented
@Target(PARAMETER)
@Retention(RUNTIME)
@API(status=STABLE,
since="2.0.0")
public static @interface Decoder.Json
Annotation to specify to use a json decoder.
- Since:
- 2.0.0
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether to downsample colors.
-
Element Details
-
downsampleColors
Whether to downsample colors.- Returns:
- Whether to downsample colors
- Since:
- 2.0.0
- Default:
false
-