Class RPCInputConvertorUtil
- java.lang.Object
-
- org.opendaylight.lispflowmapping.implementation.util.RPCInputConvertorUtil
-
public final class RPCInputConvertorUtil extends java.lang.Object
Converts RPC *Input object to other object types.- Author:
- Lorand Jakab
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AuthenticationKey
toAuthenticationKey(AddKeyInput input)
static AuthenticationKey
toAuthenticationKey(RemoveKeyInput input)
static AuthenticationKey
toAuthenticationKey(UpdateKeyInput input)
static Mapping
toMapping(AddMappingInput input)
static Mapping
toMapping(RemoveMappingInput input)
static Mapping
toMapping(UpdateMappingInput input)
-
-
-
Method Detail
-
toAuthenticationKey
public static AuthenticationKey toAuthenticationKey(AddKeyInput input)
-
toAuthenticationKey
public static AuthenticationKey toAuthenticationKey(UpdateKeyInput input)
-
toAuthenticationKey
public static AuthenticationKey toAuthenticationKey(RemoveKeyInput input)
-
toMapping
public static Mapping toMapping(AddMappingInput input)
-
toMapping
public static Mapping toMapping(UpdateMappingInput input)
-
toMapping
public static Mapping toMapping(RemoveMappingInput input)
-
-