Package me.saro.commons.bytes.fd
Class FixedMethodDateType
- java.lang.Object
-
- me.saro.commons.bytes.fd.FixedMethodDateType
-
- All Implemented Interfaces:
FixedMethod
public class FixedMethodDateType extends java.lang.Object implements FixedMethod
FixedMethodDateType- Since:
- 4.0.0
- Author:
- PARK Yong Seo
-
-
Method Summary
Modifier and Type Method Description FixedMethodConsumertoBytes(java.lang.reflect.Method method)FixedMethodConsumertoClass(java.lang.reflect.Method method)
-
-
-
Method Detail
-
toBytes
public FixedMethodConsumer toBytes(java.lang.reflect.Method method)
- Specified by:
toBytesin interfaceFixedMethod
-
toClass
public FixedMethodConsumer toClass(java.lang.reflect.Method method)
- Specified by:
toClassin interfaceFixedMethod
-
-