public static class MethodAccessMode.MethodReader extends MethodAccessMode.MethodDecoratedType implements AccessMode.Reader
method, type
Constructor and Description |
---|
MethodReader(java.lang.reflect.Method method,
java.lang.reflect.Type type) |
Modifier and Type | Method and Description |
---|---|
ObjectConverter.Writer<?> |
findObjectConverterWriter() |
java.lang.Object |
read(java.lang.Object instance) |
findConverter, getAnnotation, getClassOrPackageAnnotation, getMethod, getType, isNillable, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findConverter, getAnnotation, getClassOrPackageAnnotation, getType, isNillable
public MethodReader(java.lang.reflect.Method method, java.lang.reflect.Type type)
public java.lang.Object read(java.lang.Object instance)
read
in interface AccessMode.Reader
public ObjectConverter.Writer<?> findObjectConverterWriter()
findObjectConverterWriter
in interface AccessMode.Reader
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.