Uses of Class
com.networknt.schema.annotation.Annotation
-
Packages that use Annotation Package Description com.networknt.schema.annotation -
-
Uses of Annotation in com.networknt.schema.annotation
Methods in com.networknt.schema.annotation that return Annotation Modifier and Type Method Description AnnotationAnnotation.Builder. build()Methods in com.networknt.schema.annotation that return types with arguments of type Annotation Modifier and Type Method Description Map<NodePath,List<Annotation>>Annotations. asMap()Gets the annotations.Methods in com.networknt.schema.annotation with parameters of type Annotation Modifier and Type Method Description voidAnnotations. put(Annotation annotation)Puts the annotation.booleanAnnotationPredicate. test(Annotation t)Method parameters in com.networknt.schema.annotation with type arguments of type Annotation Modifier and Type Method Description static StringAnnotations.Formatter. format(Map<NodePath,List<Annotation>> annotations)Formats the annotations.
-