Class RPCInputConvertorUtil
- java.lang.Object
-
- org.opendaylight.lispflowmapping.implementation.util.RPCInputConvertorUtil
-
public final class RPCInputConvertorUtil extends java.lang.ObjectConverts RPC *Input object to other object types.- Author:
- Lorand Jakab
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AuthenticationKeytoAuthenticationKey(AddKeyInput input)static AuthenticationKeytoAuthenticationKey(RemoveKeyInput input)static AuthenticationKeytoAuthenticationKey(UpdateKeyInput input)static MappingtoMapping(AddMappingInput input)static MappingtoMapping(RemoveMappingInput input)static MappingtoMapping(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)
-
-