Class XmlAnnotationExtractor

java.lang.Object
org.openspaces.core.config.xmlparser.XmlAnnotationExtractor

public class XmlAnnotationExtractor extends Object
Since:
9.0.1
Author:
itaif
  • Constructor Details

    • XmlAnnotationExtractor

      public XmlAnnotationExtractor(Class<?> clazz)
  • Method Details

    • getMethodPerAttributeName

      public Map<String,Method> getMethodPerAttributeName()
    • getMethodPerChildElementName

      public Map<String,Method> getMethodPerChildElementName()
    • getMethodPerChildElementType

      public Map<Class<?>,Method> getMethodPerChildElementType()