See: Description
Interface | Description |
---|---|
Translator<I,O> |
Generic functor interface representing a data translation (or
conversion) operation.
|
Translator
interface and its implementations.
Translators are useful in a framework like Shiro which can integrate with many other 3rd-party APIs and
frameworks. A Translator
is convenient when translating from one API concept into another, for
example, translating a 3rd-party framework Exception to a Shiro Exception or vice-versa.Translator
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.