Uses of Interface
org.opendaylight.yangtools.rfc7952.model.api.AnnotationSchemaNode
-
Uses of AnnotationSchemaNode in org.opendaylight.yangtools.rfc7952.model.api
Methods in org.opendaylight.yangtools.rfc7952.model.api that return types with arguments of type AnnotationSchemaNodeModifier and TypeMethodDescriptionstatic @NonNull Optional<AnnotationSchemaNode> AnnotationSchemaNode.find(SchemaContext context, AnnotationName name) Find specified annotation if it is supported by the specified SchemaContext.static @NonNull Map<AnnotationName, AnnotationSchemaNode> AnnotationSchemaNode.findAll(SchemaContext context) Find all annotations supported by a SchemaContext.@NonNull Optional<AnnotationSchemaNode> AnnotationSchemaNodeAware.findAnnotation(AnnotationName name) Find an annotation based on its QName.