@CompileStatic
class OutputTransforms
extends Object
Provides the transformation pipeline used to render console results.
| Type | Name and description |
|---|---|
static List<Closure> |
localTransformsLazily loaded output transforms composed from user and built-in transforms. |
| Constructor and description |
|---|
OutputTransforms() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static List<Closure> |
loadOutputTransforms()Loads user-defined and built-in output transforms. |
|
static Object |
transformResult(Object base, List<Closure> transforms)Applies the configured transforms until one returns a non-null value. |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.