Uses of Annotation Interface
org.apache.juneau.json.annotation.Json
Packages that use Json
-
Uses of Json in org.apache.juneau.json.annotation
Fields in org.apache.juneau.json.annotation declared as JsonMethods in org.apache.juneau.json.annotation that return JsonModifier and TypeMethodDescriptionJsonAnnotation.Builder.build()
Instantiates a new@Json
object initialized with this builder.static Json
JsonAnnotation.copy
(Json a, VarResolverSession r) Creates a copy of the specified annotation.Methods in org.apache.juneau.json.annotation with parameters of type JsonModifier and TypeMethodDescriptionstatic Json
JsonAnnotation.copy
(Json a, VarResolverSession r) Creates a copy of the specified annotation.Method parameters in org.apache.juneau.json.annotation with type arguments of type JsonModifier and TypeMethodDescriptionvoid
JsonAnnotation.Apply.apply
(AnnotationInfo<Json> ai, Context.Builder b) -
Uses of Json in org.apache.juneau.server.config.repository
Classes in org.apache.juneau.server.config.repository with annotations of type Json