Package me.saro.commons.bytes.fd
Class FixedMethodBinaryType
- java.lang.Object
-
- me.saro.commons.bytes.fd.FixedMethodBinaryType
-
- All Implemented Interfaces:
FixedMethod
public class FixedMethodBinaryType extends java.lang.Object implements FixedMethod
FixedMethodBinaryType- 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
-
-