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, parseMethods inherited from class AbstractSimpleBinding
getExecutionMode
-
Constructor Details
-
MatchActionBinding
public MatchActionBinding()
-
-
Method Details
-
encode
Description copied from class:AbstractSimpleBindingPerforms the encoding of the object as a String.- Specified by:
encodein interfaceSimpleBinding- Overrides:
encodein 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
-