Uses of Interface
org.pentaho.di.connections.utils.EncryptUtils.Transformer
-
Packages that use EncryptUtils.Transformer Package Description org.pentaho.di.connections.utils -
-
Uses of EncryptUtils.Transformer in org.pentaho.di.connections.utils
Methods in org.pentaho.di.connections.utils with parameters of type EncryptUtils.Transformer Modifier and Type Method Description static <E extends Exception>
voidEncryptUtils. transformFields(Object object, EncryptUtils.Transformer<E> transformer)
Transforms the values of the fields of an object which are marked with theEncrypted
annotation.
-