Class MatchActionBinding
Object
AbstractSimpleBinding
EnumSimpleBinding
MatchActionBinding
- All Implemented Interfaces:
Binding
,SimpleBinding
Binding for encoding
MultiValuedFilter.MatchAction
enum values.-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class EnumSimpleBinding
getTarget, getType, parse
Methods inherited from class AbstractSimpleBinding
getExecutionMode
-
Constructor Details
-
MatchActionBinding
public MatchActionBinding()
-
-
Method Details
-
encode
Description copied from class:AbstractSimpleBinding
Performs the encoding of the object as a String.- Specified by:
encode
in interfaceSimpleBinding
- Overrides:
encode
in classAbstractSimpleBinding
- Parameters:
object
- The object being encoded, never null.value
- The string returned from another binding in the type hierachy, which could be null.- Returns:
- A String representing the object.
- Throws:
Exception
-