All Superinterfaces:
XElement
All Known Subinterfaces:
XConstructor, XExecutable, XField, XMethod
All Known Implementing Classes:
MirrorTypeFactory.MirrorConstructor, MirrorTypeFactory.MirrorField, MirrorTypeFactory.MirrorMethod, ReflectionTypeFactory.ReflectionConstructor, ReflectionTypeFactory.ReflectionField, ReflectionTypeFactory.ReflectionMethod

public interface XMember extends XElement
Since:
4.3
  • Method Details

    • 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.