Class AnnotationsComposite
- java.lang.Object
-
- io.openapiprocessor.jsonschema.validator.AnnotationsComposite
-
- All Implemented Interfaces:
Annotations
public class AnnotationsComposite extends java.lang.Object implements Annotations
-
-
Constructor Summary
Constructors Constructor Description AnnotationsComposite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Annotations annotations)java.util.Collection<Annotation>getAnnotations(java.lang.String keyword)
-
-
-
Method Detail
-
add
public void add(Annotations annotations)
-
getAnnotations
public java.util.Collection<Annotation> getAnnotations(java.lang.String keyword)
- Specified by:
getAnnotationsin interfaceAnnotations
-
-