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.annotationFields in org.apache.juneau.annotation declared as SwapMethods in org.apache.juneau.annotation that return SwapModifier and TypeMethodDescriptionSwapAnnotation.Builder.build()Instantiates a new@Swapobject initialized with this builder.static SwapSwapAnnotation.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 SwapSwapAnnotation.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 TypeMethodDescriptionvoidSwapAnnotation.Applier.apply(AnnotationInfo<Swap> ai, BeanContext.Builder b) 
- 
Uses of Swap in org.apache.juneau.bean.jsonschemaMethods 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.statsMethods in org.apache.juneau.rest.stats with annotations of type SwapModifier and TypeMethodDescriptionRestContextStats.getStartTime()Returns the time this REST resource class was started.