Interface XMember
-
- All Superinterfaces:
XElement
- All Known Subinterfaces:
XConstructor,XExecutable,XField,XMethod
public interface XMember extends XElement
- Since:
- 4.3
- Author:
- anistor@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default XClassdetermineRepeatedElementType()Determine element type of array or Collection.XClassgetDeclaringClass()-
Methods inherited from interface org.infinispan.protostream.annotations.impl.types.XElement
getAnnotation, getAnnotationsByType, getDocumentation, getModifiers, getName, isFinal, isPrivate, isPublic, isStatic
-
-
-
-
Method Detail
-
getDeclaringClass
XClass getDeclaringClass()
-
determineRepeatedElementType
default XClass determineRepeatedElementType()
Determine element type of array or Collection. For (non-constructor) members (method or field) of type Collection or array only. Other implementations can just return null.
-
-