- java.lang.Object
-
- com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor<S,T>
-
- com.atlassian.confluence.api.model.relations.NamedRelationDescriptor<S,T>
-
- All Implemented Interfaces:
RelationDescriptor<S,T>
@ExperimentalApi public final class NamedRelationDescriptor<S extends Relatable,T extends Relatable> extends AbstractRelationDescriptor<S,T>
Simple implementation ofRelationDescriptor
, which allows to create simple named relation descriptors.- Since:
- 5.9
-
-
Method Summary
-
Methods inherited from class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
getGenericTypeArgs, getRelationName, getSourceClass, getTargetClass
-
-