Interface XMethod
-
- All Superinterfaces:
XElement,XExecutable,XMember
public interface XMethod extends XExecutable
- Since:
- 4.3
- Author:
- anistor@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description XClassdetermineOptionalReturnType()Determine the type argument of Optional, if the return is Optional, otherwise just return the return type.XClassgetReturnType()default booleanisAbstract()-
Methods inherited from interface org.infinispan.protostream.annotations.impl.types.XElement
getAnnotation, getAnnotationsByType, getDocumentation, getModifiers, getName, isFinal, isPrivate, isPublic, isStatic
-
Methods inherited from interface org.infinispan.protostream.annotations.impl.types.XExecutable
getParameterCount, getParameterNames, getParameterTypes, toGenericString
-
Methods inherited from interface org.infinispan.protostream.annotations.impl.types.XMember
determineRepeatedElementType, getDeclaringClass
-
-