Annotation Type | Description |
---|---|
BindingScope |
Annotation that is optionally applied when defining a ToString or FromString
scope.
|
Convert |
This annotation, when applied to a method indicates that it is suitable for
converting an object to or from a given representation as indicated by the
method signature.
|
DefaultBinding |
Defines a Binding with default scope.
|
From |
This annotation, when applied to a method indicates that it is suitable for
converting an object from a given representation as indicated by the method signature.
|
To |
This annotation, when applied to a method indicates that it is suitable for
converting an object into a corresponding object representation as indicated by the signature.
|
Copyright © 2010–2018 Jadira Systems. All rights reserved.