Class MatchActionBinding
- Object
-
- AbstractSimpleBinding
-
- EnumSimpleBinding
-
- MatchActionBinding
-
- All Implemented Interfaces:
Binding
,SimpleBinding
public class MatchActionBinding extends EnumSimpleBinding
Binding for encodingMultiValuedFilter.MatchAction
enum values.
-
-
Constructor Summary
Constructors Constructor Description MatchActionBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
encode(Object object, String value)
Performs the encoding of the object as a String.-
Methods inherited from class EnumSimpleBinding
getTarget, getType, parse
-
Methods inherited from class AbstractSimpleBinding
getExecutionMode
-
-
-
-
Method Detail
-
encode
public String encode(Object object, String value) throws Exception
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
-
-