Interface | Description |
---|---|
Transformer<T> |
Interface for parameter transformers.
|
Class | Description |
---|---|
Base64Transformer |
Transformer that take a base64 encoded string and return a decoded string.
|
BasicTransformer |
Abstract transformer that take a String and transform it in another String.
|
JsonTransformer<T> |
Transformer that transform a json string into an Object.
|
TransformationManager |
Manager in charge of transforming parameter values in another format.
|
Copyright © 2021. All rights reserved.