Package com.ptc.odata.core
Class AbstractConfig
java.lang.Object
com.ptc.odata.core.AbstractConfig
- Direct Known Subclasses:
com.ptc.odata.core.entity.operation.AbstractOperationContainerConfig
An abstract configuration class used to read and hold configured business domain and entity JSON files.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetAnnotationValue(String annotationTerm) Returns the expression of an annotation on this config, given its term.
-
Method Details
-
getAnnotationValue
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
-