Uses of Annotation Interface
org.apache.juneau.json.annotation.Json
Packages that use Json
Package
Description
JSON Marshalling Annotations
Server Configuration Application
-
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@Jsonobject initialized with this builder.static JsonJsonAnnotation.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 JsonJsonAnnotation.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 TypeMethodDescriptionvoidJsonAnnotation.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