Uses of Class
org.apache.juneau.commons.reflect.AnnotationProvider.Builder
Packages that use AnnotationProvider.Builder
Package
Description
Comprehensive reflection utilities for working with classes, methods, fields, constructors,
and annotations in a more convenient and type-safe way than the standard Java reflection APIs.
-
Uses of AnnotationProvider.Builder in org.apache.juneau.commons.reflect
Methods in org.apache.juneau.commons.reflect that return AnnotationProvider.BuilderModifier and TypeMethodDescriptionAnnotationProvider.Builder.addRuntimeAnnotations(Annotation... annotations) Adds runtime annotations to be applied to classes, methods, fields, and constructors.AnnotationProvider.Builder.addRuntimeAnnotations(List<Annotation> annotations) Adds runtime annotations to be applied to classes, methods, fields, and constructors.Sets the caching mode for annotation lookups.static AnnotationProvider.BuilderAnnotationProvider.create()Creates a newAnnotationProvider.Builderfor constructing an annotation provider.AnnotationProvider.Builder.logOnExit()Enables logging of cache statistics on JVM shutdown.AnnotationProvider.Builder.logOnExit(boolean value) Conditionally enables logging of cache statistics on JVM shutdown.Constructors in org.apache.juneau.commons.reflect with parameters of type AnnotationProvider.BuilderModifierConstructorDescriptionprotectedConstructor.