Class AbstractConfig

java.lang.Object
com.ptc.odata.core.AbstractConfig
Direct Known Subclasses:
com.ptc.odata.core.entity.operation.AbstractOperationContainerConfig

public abstract class AbstractConfig extends Object
An abstract configuration class used to read and hold configured business domain and entity JSON files.

Supported API: true

Extendable: false
  • Method Details

    • getAnnotationValue

      public List<String> getAnnotationValue(String annotationTerm)
      Returns the expression of an annotation on this config, given its term. If the term does not exist on this config, returns null.

      Supported API: true
      Returns:
      the annotation expression, or null if not found