Uses of Class
org.apache.juneau.commons.reflect.AnnotationProvider
Packages that use AnnotationProvider
Package
Description
Marshalling API
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.
HTML Marshalling Support
-
Uses of AnnotationProvider in org.apache.juneau
Methods in org.apache.juneau that return AnnotationProviderModifier and TypeMethodDescriptionBeanSession.getAnnotationProvider()Returns the annotation provider for this session.Context.getAnnotationProvider()Returns the annotation provider for this context. -
Uses of AnnotationProvider in org.apache.juneau.commons.reflect
Fields in org.apache.juneau.commons.reflect declared as AnnotationProviderModifier and TypeFieldDescriptionstatic final AnnotationProviderAnnotationProvider.INSTANCEDefault instance.Methods in org.apache.juneau.commons.reflect that return AnnotationProviderModifier and TypeMethodDescriptionAnnotationProvider.Builder.build()Builds a newAnnotationProviderinstance with the configured settings. -
Uses of AnnotationProvider in org.apache.juneau.html
Constructors in org.apache.juneau.html with parameters of type AnnotationProviderModifierConstructorDescriptionConstructor.