Uses of Annotation Interface
org.apache.juneau.annotation.Swap
Packages that use Swap
Package
Description
JSON Schema Data Transfer Objects
Method exec stats utilities
-
Uses of Swap in org.apache.juneau.annotation
Fields in org.apache.juneau.annotation declared as SwapMethods in org.apache.juneau.annotation that return SwapModifier and TypeMethodDescriptionSwapAnnotation.Builder.build()
Instantiates a new@Swap
object initialized with this builder.static Swap
SwapAnnotation.copy
(Swap a, VarResolverSession r) Creates a copy of the specified annotation.Methods in org.apache.juneau.annotation with parameters of type SwapModifier and TypeMethodDescriptionstatic Swap
SwapAnnotation.copy
(Swap a, VarResolverSession r) Creates a copy of the specified annotation.Method parameters in org.apache.juneau.annotation with type arguments of type SwapModifier and TypeMethodDescriptionvoid
SwapAnnotation.Applier.apply
(AnnotationInfo<Swap> ai, BeanContext.Builder b) -
Uses of Swap in org.apache.juneau.bean.jsonschema
Methods in org.apache.juneau.bean.jsonschema with annotations of type SwapModifier and TypeMethodDescriptionJsonSchema.getAdditionalItems()
Bean property getter:additionalItems .JsonSchema.getAdditionalProperties()
Bean property getter:additionalProperties .JsonSchema.getItems()
Bean property getter:items .JsonSchema.getType()
Bean property getter:type . -
Uses of Swap in org.apache.juneau.rest.stats
Methods in org.apache.juneau.rest.stats with annotations of type SwapModifier and TypeMethodDescriptionRestContextStats.getStartTime()
Returns the time this REST resource class was started.